소스 검색

Remove Deprecated USB Polling comment from vusb.c (#15420)

Drashna Jaelre 3 년 전
부모
커밋
9d7e64bcb3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tmk_core/protocol/vusb/vusb.c

+ 0 - 1
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