From 75fea9ed84c5726f9a27b1ffccf5ecc929395a46 Mon Sep 17 00:00:00 2001 From: Michael Banther Date: Tue, 8 Oct 2019 13:44:04 +0100 Subject: [PATCH] Change the simulated interrupt pulse width from 100 us to 100 ms. --- lib_xua/src/core/user/user_hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/user/user_hid.h b/lib_xua/src/core/user/user_hid.h index 687b2445..5688c7c6 100644 --- a/lib_xua/src/core/user/user_hid.h +++ b/lib_xua/src/core/user/user_hid.h @@ -30,7 +30,7 @@ #endif #if( 0 < HID_SIMULATE_INTERRUPTS ) -#define HID_DEASSERT_COUNT 10000 +#define HID_DEASSERT_COUNT 10000000 #define HID_INTERRUPT_COUNT 1000000000 #endif