~ruther/qmk_firmware

9d7e64bcb3ee075dd7e253bce58a2015ac8b1353 — Drashna Jaelre 3 years ago 0e52a84
Remove Deprecated USB Polling comment from vusb.c (#15420)

1 files changed, 0 insertions(+), 1 deletions(-)

M tmk_core/protocol/vusb/vusb.c
M tmk_core/protocol/vusb/vusb.c => tmk_core/protocol/vusb/vusb.c +0 -1
@@ 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