Endstops::report_state => event_handler

This commit is contained in:
Scott Lahteine 2018-07-11 19:46:56 -05:00
parent 5f587126b9
commit 5cddfce0ee
3 changed files with 11 additions and 11 deletions

View file

@ -14757,6 +14757,6 @@ void loop() {
if (++cmd_queue_index_r >= BUFSIZE) cmd_queue_index_r = 0;
}
}
endstops.report_state();
endstops.event_handler();
idle();
}