From 50c1056eb2abf5485c43fe149e5cba35eb263f97 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 20 Jan 2022 17:23:41 +0100 Subject: [PATCH] minor --- slsDetectorSoftware/src/Module.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index 0b17f7f96..29c02de91 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -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(F_GET_ADC, index); default: