diff options
Diffstat (limited to 'src/endstop.c')
-rw-r--r-- | src/endstop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endstop.c b/src/endstop.c index 7a1fb1d9..aaaf1baa 100644 --- a/src/endstop.c +++ b/src/endstop.c @@ -112,7 +112,7 @@ command_end_stop_query(uint32_t *args) } DECL_COMMAND(command_end_stop_query, "end_stop_query oid=%c"); -static void +void end_stop_task(void) { static uint16_t next; |