commit
8641d3b6d1
|
@ -225,7 +225,7 @@ extern "C" {
|
||||||
#ifndef USB_TIMEOUT_LONG
|
#ifndef USB_TIMEOUT_LONG
|
||||||
#define USB_TIMEOUT_LONG (RT_TICK_PER_SECOND * 5) /* 5s */
|
#define USB_TIMEOUT_LONG (RT_TICK_PER_SECOND * 5) /* 5s */
|
||||||
#endif
|
#endif
|
||||||
#ifndf USB_DEBOUNCE_TIME
|
#ifndef USB_DEBOUNCE_TIME
|
||||||
#define USB_DEBOUNCE_TIME (RT_TICK_PER_SECOND / 5) /* 0.2s */
|
#define USB_DEBOUNCE_TIME (RT_TICK_PER_SECOND / 5) /* 0.2s */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue