From 6d3e36335a1698d23c626b7c756f2d03fcfd85b9 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Fri, 19 Aug 2011 14:09:13 +0200 Subject: [PATCH] and lower again --- MS2Debounce/assets/debounce.ko | Bin 93931 -> 93931 bytes debounce.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/MS2Debounce/assets/debounce.ko b/MS2Debounce/assets/debounce.ko index a93c392f4decb580ef246351425f01a3e51b61cc..a1a4e2d8fc3aedead2b501714309305f164fcf0e 100644 GIT binary patch delta 20 ccmaETm-Y2s)(s}?jEv2u?AuM*8Mmba09#E5SO5S3 delta 20 ccmaETm-Y2s)(s}?jLglZ?AuM*8Mmba09#=PS^xk5 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: " -- 2.39.2