diff options
Diffstat (limited to 'usb-i2c-sl018/stepper.c')
-rw-r--r-- | usb-i2c-sl018/stepper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-i2c-sl018/stepper.c b/usb-i2c-sl018/stepper.c index b4390c3..d2fd50f 100644 --- a/usb-i2c-sl018/stepper.c +++ b/usb-i2c-sl018/stepper.c @@ -55,7 +55,7 @@ inline void stop_stepper(void) TIMSK1 = 0; // disable timer interrupt } -inline uint8_t handle_step(void) +static inline uint8_t handle_step(void) { static uint8_t step_idx = 0; |