diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 43ab2bc6..e36094e6 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -108,6 +108,9 @@ config HAVE_STRICT_TIMING config HAVE_CHIPID bool default n +config HAVE_STEPPER_BOTH_EDGE + bool + default n config INLINE_STEPPER_HACK # Enables gcc to inline stepper_event() into the main timer irq handler |