mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-03-01 23:18:46 +01:00
more fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user