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 f6f798c6..95c9a2f2 100644 --- a/src/stepper.c +++ b/src/stepper.c @@ -16,7 +16,7 @@ DECL_CONSTANT("STEPPER_STEP_BOTH_EDGE", 1); -#if CONFIG_INLINE_STEPPER_HACK && CONFIG_HAVE_STEPPER_OPTIMIZED_BOTH_EDGE +#if CONFIG_INLINE_STEPPER_HACK && CONFIG_WANT_STEPPER_OPTIMIZED_BOTH_EDGE #define HAVE_OPTIMIZED_PATH 1 #define HAVE_EDGE_OPTIMIZATION 1 #define HAVE_AVR_OPTIMIZATION 0 |