Index: firmware/App/Controllers/Thermistors.c =================================================================== diff -u -r61fc45d7a43557312d6abd00a6b01e6823b44f04 -r6f2991204047ccbceeb5461f7c35af6d8f5dfd0b --- firmware/App/Controllers/Thermistors.c (.../Thermistors.c) (revision 61fc45d7a43557312d6abd00a6b01e6823b44f04) +++ firmware/App/Controllers/Thermistors.c (.../Thermistors.c) (revision 6f2991204047ccbceeb5461f7c35af6d8f5dfd0b) @@ -24,6 +24,7 @@ #include "SystemCommMessages.h" #include "Thermistors.h" #include "TaskGeneral.h" +#include "Utilities.h" /** * @addtogroup Thermistors @@ -226,7 +227,7 @@ if ( ++adcReadCounter >= THERMISTORS_ADC_READ_INTERVAL ) { #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_ENABLE_V3_SYSTEM ) ) + if ( HW_CONFIG_BETA == getHardwareConfigStatus() ) { thermistorsStatus[ THERMISTOR_ONBOARD_NTC ].rawADCRead = getIntADCReading( INT_ADC_BOARD_THERMISTOR ); }