temp via stop server fix

This commit is contained in:
maliakal_d 2020-07-08 14:09:41 +02:00
parent a23504c9c4
commit 890a641304

View File

@ -330,7 +330,7 @@ void Module::setImageTestMode(const int value) {
}
int Module::getADC(dacIndex index) {
return sendToDetector<int>(F_GET_ADC, static_cast<int>(index));
return sendToDetectorStop<int>(F_GET_ADC, static_cast<int>(index));
}
int Module::getOnChipDAC(slsDetectorDefs::dacIndex index, int chipIndex) {
@ -3034,4 +3034,4 @@ void Module::programFPGAviaNios(std::vector<char> buffer) {
rebootController();
}
} // namespace sls
} // namespace sls