Remove Deprecated USB Polling comment from vusb.c (#15420)
This commit is contained in:
parent
0e52a84878
commit
9d7e64bcb3
1 changed files with 0 additions and 1 deletions
|
@ -647,7 +647,6 @@ const PROGMEM uchar console_hid_report[] = {
|
||||||
# define USB_MAX_POWER_CONSUMPTION 500
|
# define USB_MAX_POWER_CONSUMPTION 500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TODO: change this to 10ms to match LUFA
|
|
||||||
#ifndef USB_POLLING_INTERVAL_MS
|
#ifndef USB_POLLING_INTERVAL_MS
|
||||||
# define USB_POLLING_INTERVAL_MS 1
|
# define USB_POLLING_INTERVAL_MS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue