Skip to content

Commit

Permalink
Remove Deprecated USB Polling comment from vusb.c (#15420)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Dec 7, 2021
1 parent 0e52a84 commit 9d7e64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tmk_core/protocol/vusb/vusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ const PROGMEM uchar console_hid_report[] = {
# define USB_MAX_POWER_CONSUMPTION 500
#endif

// TODO: change this to 10ms to match LUFA
#ifndef USB_POLLING_INTERVAL_MS
# define USB_POLLING_INTERVAL_MS 1
#endif
Expand Down

0 comments on commit 9d7e64b

Please sign in to comment.