Set KEY_DEBOUNCER_TIMEOUT_MSEC from 10 to 15 msec.

This commit is contained in:
László Monda
2018-02-12 18:08:53 +01:00
parent fa8c9dc907
commit f8fd99f588

View File

@@ -9,7 +9,7 @@
// Macros:
#define KEY_DEBOUNCER_INTERVAL_MSEC 1
#define KEY_DEBOUNCER_TIMEOUT_MSEC 10
#define KEY_DEBOUNCER_TIMEOUT_MSEC 15
// Functions: