chiark / gitweb /
Fixed typo
authorErikZalm <erik@vdzalm.eu>
Sat, 14 Jul 2012 14:25:35 +0000 (17:25 +0300)
committerErikZalm <erik@vdzalm.eu>
Sat, 14 Jul 2012 14:25:35 +0000 (17:25 +0300)
Marlin/stepper.cpp

index 38c18558742b9e36ab7a5519d2f77fc2a2bd4371..aba44e8e157a00e7387bfd110a11fdf01db3d4af 100644 (file)
@@ -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;