Removed ISR overtaken message from ISR routine

This commit is contained in:
Erik van der Zalm
2011-11-25 13:59:58 +01:00
parent c0f8c9fd72
commit 0e0e4945d8
3 changed files with 17 additions and 4 deletions

View File

@ -289,6 +289,7 @@ void loop()
manage_heater();
manage_inactivity(1);
checkHitEndstops();
checkStepperErrors();
LCD_STATUS;
}