more fixes
Some checks failed
Run Simulator Tests on local RHEL9 / build (push) Failing after 3m22s
Build on RHEL9 / build (push) Successful in 3m24s
Build on RHEL8 / build (push) Successful in 4m47s
Run Simulator Tests on local RHEL8 / build (push) Failing after 5m2s

This commit is contained in:
2026-02-06 15:27:14 +01:00
parent e97edfda18
commit b759c72bb6
14 changed files with 144 additions and 158 deletions

View File

@@ -2962,11 +2962,8 @@ Result<std::vector<uint8_t>> Detector::readSpi(int chip_id, int register_id,
}
void Detector::writeSpi(int chip_id, int register_id,
const std::vector<uint8_t> &data, Positions pos){
const std::vector<uint8_t> &data, Positions pos) {
pimpl->Parallel(&Module::writeSpi, pos, chip_id, register_id, data);
}
}
} // namespace sls