|
@@ -1683,9 +1683,11 @@ void adc_ready(void) //callback from adc when sampling finished
|
|
|
|
|
|
FORCE_INLINE static void temperature_isr()
|
|
|
{
|
|
|
+#ifdef DEBUG_PULLUP_CRASH
|
|
|
// check for faulty pull-ups enabled on thermistor inputs
|
|
|
if (PORTF & 0x5F)
|
|
|
pullup_error(true);
|
|
|
+#endif // DEBUG_PULLUP_CRASH
|
|
|
|
|
|
|
|
|
if (!temp_meas_ready) adc_cycle();
|