Change default USB Polling rate to 1kHz (#15352)
This commit is contained in:
parent
fefcad3933
commit
b5a5bb6d74
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = {
|
|||
#endif
|
||||
|
||||
#ifndef USB_POLLING_INTERVAL_MS
|
||||
# define USB_POLLING_INTERVAL_MS 10
|
||||
# define USB_POLLING_INTERVAL_MS 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue