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 8f4ec816..d8129c4a 100644 --- a/src/stepper.c +++ b/src/stepper.c @@ -13,7 +13,7 @@ #include "sched.h" // struct timer #include "stepper.h" // command_config_stepper -DECL_CONSTANT(STEP_DELAY, CONFIG_STEP_DELAY); +DECL_CONSTANT("STEP_DELAY", CONFIG_STEP_DELAY); /**************************************************************** |