diff options
author | Drashna Jaelre <drashna@live.com> | 2021-12-07 00:57:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 19:57:33 +1100 |
commit | 9d7e64bcb3ee075dd7e253bce58a2015ac8b1353 (patch) | |
tree | 7138749576ba26ee1ccc4ad466a0085924db8b14 /tmk_core | |
parent | 0e52a84878104d03b82cee8d3d05ba6be5b18b7e (diff) | |
download | qmk_firmware-9d7e64bcb3ee075dd7e253bce58a2015ac8b1353.tar.gz qmk_firmware-9d7e64bcb3ee075dd7e253bce58a2015ac8b1353.zip |
Remove Deprecated USB Polling comment from vusb.c (#15420)
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/protocol/vusb/vusb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/vusb/vusb.c b/tmk_core/protocol/vusb/vusb.c index bd0f1c21aa..8bdcccc9c9 100644 --- a/tmk_core/protocol/vusb/vusb.c +++ b/tmk_core/protocol/vusb/vusb.c @@ -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 |