From 5c118a7fac50583e514e874f0a5c6b932135f07d Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Thu, 19 Oct 2017 16:53:07 +0200 Subject: [PATCH] whitespace --- Firmware/stepper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/stepper.cpp b/Firmware/stepper.cpp index bfcf1f723..a9c2784ee 100644 --- a/Firmware/stepper.cpp +++ b/Firmware/stepper.cpp @@ -735,7 +735,7 @@ void isr() { void advance_isr() { - nextAdvanceISR = eISR_Rate; + nextAdvanceISR = eISR_Rate; if (e_steps) { bool dir = @@ -785,7 +785,7 @@ void isr() { } // Don't run the ISR faster than possible - if (OCR1A < TCNT1 + 16) OCR1A = TCNT1 + 16; + if (OCR1A < TCNT1 + 16) OCR1A = TCNT1 + 16; } void clear_current_adv_vars() {