This commit is contained in:
maliakal_d 2022-01-20 17:23:41 +01:00
parent 14d10d2f8f
commit 50c1056eb2

View File

@ -700,7 +700,8 @@ int Module::getADC(dacIndex index) const {
case TEMPERATURE_SODR:
case TEMPERATURE_FPGA2:
case TEMPERATURE_FPGA3:
// only the temperatures go to the control server
// only the temperatures go to the control server, others need
// configuration of adc in control server
return sendToDetectorStop<int>(F_GET_ADC, index);
default: