From e528d8912601e151e2724176298e0365773b6b8e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 7 Feb 2013 01:34:05 +0000 Subject: added to_string functions for events and states git-svn-id: https://svn.spreadspace.org/avr/trunk@165 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/stepper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb-i2c-sl018/stepper.c') 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; -- cgit v1.2.3