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

@ -44,7 +44,7 @@ void st_wake_up();
void checkHitEndstops(); //call from somwhere to create an serial error message with the locations the endstops where hit, in case they were triggered
void endstops_hit_on_purpose(); //avoid creation of the message, i.e. after homeing and before a routine call of checkHitEndstops();
void checkStepperErrors(); //Print errors detected by the stepper
extern block_t *current_block; // A pointer to the block currently being traced