interchanged both the temp_adc and temp_fpga values, since they were reading alternate values

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@63 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2011-11-25 10:55:22 +00:00
parent fdeba63bff
commit f1654363e0
2 changed files with 4 additions and 4 deletions

View File

@ -846,12 +846,12 @@ int set_dac(int fnum) {
case G_IB_TESTC:
idac=IB_TESTC;
break;
case TEMPERATURE_ADC:
ireg=TEMP_ADC;
break;
case TEMPERATURE_FPGA:
ireg=TEMP_FPGA;
break;
case TEMPERATURE_ADC:
ireg=TEMP_ADC;
break;
case HV_POT:
ireg=HIGH_VOLTAGE;
break;