From 9d7e64bcb3ee075dd7e253bce58a2015ac8b1353 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Tue, 7 Dec 2021 00:57:33 -0800 Subject: Remove Deprecated USB Polling comment from vusb.c (#15420) --- tmk_core/protocol/vusb/vusb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tmk_core') 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 -- cgit v1.2.3