moving temp_fpgafl and temp_fpgafr back to the stop server

This commit is contained in:
2020-09-18 14:09:23 +02:00
parent 8ef79ce173
commit 0906efaf31
3 changed files with 3 additions and 11 deletions

View File

@@ -357,10 +357,6 @@ void Module::setImageTestMode(const int value) {
}
int Module::getADC(dacIndex index) const {
// cannot access fpga links simultaneously (eiger) temp fix
if (index == TEMPERATURE_FPGA2 || index == TEMPERATURE_FPGA3) {
return sendToDetector<int>(F_GET_ADC, index);
}
return sendToDetectorStop<int>(F_GET_ADC, index);
}