Browse Source

Fixed variable (removed 0x)

Erik van der Zalm 13 years ago
parent
commit
27654bfe69
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/stepper.cpp

+ 1
- 1
Marlin/stepper.cpp View File

@@ -281,7 +281,7 @@ ISR(TIMER1_COMPA_vect)
281 281
   if(busy){ 
282 282
     OCR1A_error = OCR1A;
283 283
     bussy_error = true;
284
-    OCR1A = 0x30000;
284
+    OCR1A = 30000;
285 285
     return; 
286 286
   } // The busy-flag is used to avoid reentering this interrupt
287 287
 

Loading…
Cancel
Save