gotthard server bug fix, read temp

This commit is contained in:
Dhanya Maliakal
2017-12-19 17:06:45 +01:00
parent 735b8ea206
commit 6438238b55
3 changed files with 13 additions and 13 deletions

View File

@ -1052,7 +1052,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);