From: Erik van der Zalm Date: Fri, 25 Nov 2011 21:10:06 +0000 (+0100) Subject: Fixed variable (removed 0x) X-Git-Tag: iwj-success-2012-07-29~196^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=27654bfe697ee08a83f4f39567357827ef77fd1f;p=marlin.git Fixed variable (removed 0x) --- diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp index 19f5bd9..cae5b61 100644 --- a/Marlin/stepper.cpp +++ b/Marlin/stepper.cpp @@ -281,7 +281,7 @@ ISR(TIMER1_COMPA_vect) if(busy){ OCR1A_error = OCR1A; bussy_error = true; - OCR1A = 0x30000; + OCR1A = 30000; return; } // The busy-flag is used to avoid reentering this interrupt