From: ErikZalm Date: Sat, 14 Jul 2012 14:25:35 +0000 (+0300) Subject: Fixed typo X-Git-Tag: iwj-success-2012-07-29~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=686011a5484d3593ee0001a50f1886d1d36d736d;p=marlin.git Fixed typo --- diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp index 38c1855..aba44e8 100644 --- a/Marlin/stepper.cpp +++ b/Marlin/stepper.cpp @@ -563,7 +563,7 @@ ISR(TIMER1_COMPA_vect) WRITE_E_STEP(!INVERT_E_STEP_PIN); counter_e -= current_block->step_event_count; count_position[E_AXIS]+=count_direction[E_AXIS]; - WRITE(E_STEP_PIN, INVERT_E_STEP_PIN); + WRITE_E_STEP(INVERT_E_STEP_PIN); } #endif //!ADVANCE step_events_completed += 1;