0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-16 17:17:54 +00:00

No units for ADC_BUTTON_DEBOUNCE_DELAY

This commit is contained in:
Scott Lahteine 2020-06-26 18:49:33 -05:00
parent 397d85c175
commit b339c7a565
166 changed files with 166 additions and 166 deletions

View file

@ -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