Remove some extraneous spaces

This commit is contained in:
Scott Lahteine
2017-03-16 21:25:36 -05:00
parent 672e45652e
commit f02af83d42
23 changed files with 42 additions and 42 deletions

View File

@@ -1491,7 +1491,7 @@ void Temperature::isr() {
// at the end of its run, potentially causing re-entry. This flag prevents it.
if (in_temp_isr) return;
in_temp_isr = true;
// Allow UART and stepper ISRs
CBI(TIMSK0, OCIE0B); //Disable Temperature ISR
sei();