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