Endstops::report_state => event_handler
This commit is contained in:
parent
5f587126b9
commit
5cddfce0ee
3 changed files with 11 additions and 11 deletions
|
|
@ -14757,6 +14757,6 @@ void loop() {
|
|||
if (++cmd_queue_index_r >= BUFSIZE) cmd_queue_index_r = 0;
|
||||
}
|
||||
}
|
||||
endstops.report_state();
|
||||
endstops.event_handler();
|
||||
idle();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue