Index: firmware/App/Controllers/Thermistors.c =================================================================== diff -u -r7fe3d2932b501e323a6fb0eb47964b32da6798d9 -r4b37115aead2565979d889518c492389757a6346 --- firmware/App/Controllers/Thermistors.c (.../Thermistors.c) (revision 7fe3d2932b501e323a6fb0eb47964b32da6798d9) +++ firmware/App/Controllers/Thermistors.c (.../Thermistors.c) (revision 4b37115aead2565979d889518c492389757a6346) @@ -245,13 +245,13 @@ thermistorsStatus[ THERMISTOR_POWER_SUPPLY_2 ].rawADCRead = getIntADCReading( INT_ADC_POWER_SUPPLY_1_THERMISTOR ); } else +#endif { thermistorsStatus[ THERMISTOR_ONBOARD_NTC ].rawADCRead = getFPGAOnBoardThermistorCount(); thermistorsStatus[ THERMISTOR_POWER_SUPPLY_1 ].rawADCRead = getIntADCReading( INT_ADC_POWER_SUPPLY_1_THERMISTOR ); thermistorsStatus[ THERMISTOR_POWER_SUPPLY_2 ].rawADCRead = getFPGAPowerSupply2ThermistorCount(); } -#endif // Get all the raw readings in ADC // Zero the counter for the next round of reading