mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
No units for ADC_BUTTON_DEBOUNCE_DELAY
This commit is contained in:
parent
397d85c175
commit
b339c7a565
166 changed files with 166 additions and 166 deletions
|
@ -1520,7 +1520,7 @@
|
|||
// ADC Button Debounce
|
||||
//
|
||||
#if HAS_ADC_BUTTONS
|
||||
#define ADC_BUTTON_DEBOUNCE_DELAY 16 // (ms) Increase if buttons bounce or repeat too fast
|
||||
#define ADC_BUTTON_DEBOUNCE_DELAY 16 // Increase if buttons bounce or repeat too fast
|
||||
#endif
|
||||
|
||||
// @section safety
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue