X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/blobdiff_plain/62a453fc35f121dfb1a5fdf6123f320dbbede629..f556e8c9b3f5b6a124784412e238dd1ac02d226c:/debounce.c diff --git a/debounce.c b/debounce.c index 46c0a63..9511212 100644 --- a/debounce.c +++ b/debounce.c @@ -5,7 +5,7 @@ #include /* hardware debounce: (value + 1) * 31us */ -#define GPIO_DEBOUNCE_TIME 10240 +#define GPIO_DEBOUNCE_TIME 0x3 #define PREFIX "debounce: "