From 2ecef8fb8e925eb2942db3f7e0865fca553b7465 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 7 Feb 2013 05:21:24 +0000 Subject: naming convention for stepper git-svn-id: https://svn.spreadspace.org/avr/trunk@179 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/stepper.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usb-i2c-sl018/stepper.c') diff --git a/usb-i2c-sl018/stepper.c b/usb-i2c-sl018/stepper.c index d2fd50f..d26815a 100644 --- a/usb-i2c-sl018/stepper.c +++ b/usb-i2c-sl018/stepper.c @@ -48,14 +48,14 @@ volatile uint16_t step_cnt = 0; #define STEP_CNT_OFF (STEP_CNT_STOP + 125) stepper_direction_t step_direction = dir_open; -inline void stop_stepper(void) +inline void stepper_stop(void) { STEPPER_PORT &= ~(0xF << STEPPER_FIRST_BIT | 1<