report_state > event_handler

Make the endstop report method track endstop changes on its own.
This commit is contained in:
Scott Lahteine
2018-07-11 17:33:26 -05:00
parent 6b521b6df2
commit 566d05006d
3 changed files with 11 additions and 11 deletions

View File

@ -128,7 +128,7 @@ class Endstops {
/**
* Report endstop hits to serial. Called from loop().
*/
static void report_state();
static void event_handler();
/**
* Report endstop positions in response to M119