From: Michael Gernoth Date: Fri, 19 Aug 2011 12:09:13 +0000 (+0200) Subject: and lower again X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/6d3e36335a1698d23c626b7c756f2d03fcfd85b9 and lower again --- diff --git a/MS2Debounce/assets/debounce.ko b/MS2Debounce/assets/debounce.ko index a93c392..a1a4e2d 100644 Binary files a/MS2Debounce/assets/debounce.ko and b/MS2Debounce/assets/debounce.ko differ 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: "