chiark
/
gitweb
/
~ianmdlvl
/
marlin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf0bd4
)
Fixed variable (removed 0x)
author
Erik van der Zalm
<erik@vdzalm.eu>
Fri, 25 Nov 2011 21:10:06 +0000
(22:10 +0100)
committer
Erik van der Zalm
<erik@vdzalm.eu>
Fri, 25 Nov 2011 21:10:06 +0000
(22:10 +0100)
Marlin/stepper.cpp
patch
|
blob
|
history
diff --git
a/Marlin/stepper.cpp
b/Marlin/stepper.cpp
index 19f5bd9d0f4bfae4ef152072ce6560cf9460693a..cae5b61cd583fb6b8910c31265f5ddc06dc83dcc 100644
(file)
--- 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 =
0x
30000;
+ OCR1A = 30000;
return;
} // The busy-flag is used to avoid reentering this interrupt