diff options
Diffstat (limited to 'src/stepper.c')
-rw-r--r-- | src/stepper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stepper.c b/src/stepper.c index 258ecfda..09c615a2 100644 --- a/src/stepper.c +++ b/src/stepper.c @@ -284,7 +284,7 @@ stepper_stop(struct stepper *s) } } -static void +void stepper_shutdown(void) { uint8_t i; |