Change the simulated interrupt pulse width from 100 us to 100 ms.

This commit is contained in:
Michael Banther
2019-10-08 13:44:04 +01:00
parent 5b87efb5a7
commit 75fea9ed84

View File

@@ -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