Remove extraneous whitespace

This commit is contained in:
Scott Lahteine
2017-03-18 03:17:39 -05:00
parent d15f25539b
commit 77491dd924
22 changed files with 41 additions and 41 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();