From: Erik van der Zalm Date: Mon, 28 Nov 2011 16:42:49 +0000 (+0100) Subject: Fixed temperature reading bug. X-Git-Tag: iwj-success-2012-07-29~184 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dd5296ad4d35fdea84b12e4cfd68691c1288ec3a;p=marlin.git Fixed temperature reading bug. (When using the lower and upper adc input bank) --- diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index 04353b5..77aa648 100644 --- a/Marlin/temperature.cpp +++ b/Marlin/temperature.cpp @@ -464,6 +464,8 @@ ISR(TIMER0_COMPB_vect) #if (TEMP_0_PIN > -1) #if TEMP_0_PIN > 7 ADCSRB = 1< -1) #if TEMP_1_PIN > 7 ADCSRB = 1< -1) #if TEMP_2_PIN > 7 ADCSRB = 1<