mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
gotthard server bug fix, temp read
This commit is contained in:
@ -1049,7 +1049,7 @@ int get_adc(int file_des) {
|
||||
ret=FAIL;
|
||||
}
|
||||
ind=arg[0];
|
||||
imod=arg[1];
|
||||
imod=0;//arg[1];
|
||||
|
||||
#ifdef VERBOSE
|
||||
printf("Getting ADC %d of module %d\n", ind, imod);
|
||||
|
Reference in New Issue
Block a user