Index: firmware/App/Controllers/Heaters.c =================================================================== diff -u -r4c92e7dd693425816a40a80f64aeb777384f639d -rb23125e8f3298b0209a7b7cf2879a31ffc1a923f --- firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision 4c92e7dd693425816a40a80f64aeb777384f639d) +++ firmware/App/Controllers/Heaters.c (.../Heaters.c) (revision b23125e8f3298b0209a7b7cf2879a31ffc1a923f) @@ -1002,7 +1002,7 @@ { // TODO this is not working on DVT-002 // If the system is DVT, check the FPGA persistent alarm of the main primary heater's voltage ADC - //checkFPGAPersistentAlarms( FPGA_PERS_ERROR_MAIN_PRIMARY_HEATER_VOLTAGE_ADC, getFPGAHeaterGateADCErrorCount(), getFPGAHeaterGateADCReadCount() ); + checkFPGAPersistentAlarms( FPGA_PERS_ERROR_MAIN_PRIMARY_HEATER_VOLTAGE_ADC, getFPGAHeaterGateADCReadCount() ); } isMainPriOut = ( fabs( mainPriExpectedVoltage - mainPriVoltage ) > HEATERS_VOLTAGE_TOLERANCE_V ? TRUE : FALSE );