diff options
author | Joel Challis <git@zvecr.com> | 2024-09-02 03:48:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 03:48:17 +0100 |
commit | 3bd303f204a59ed950934f5da4c299a8be33b363 (patch) | |
tree | 17ff660931b925909be4a75fba55bd67441bf2bb /tmk_core/protocol/usb_descriptor.h | |
parent | 096aca63c5d7789669d90ef5f128189be85b7a35 (diff) |
Remove `arm_atsam` platform (#24337)
Diffstat (limited to 'tmk_core/protocol/usb_descriptor.h')
-rw-r--r-- | tmk_core/protocol/usb_descriptor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/protocol/usb_descriptor.h b/tmk_core/protocol/usb_descriptor.h index ecfb022702..1de8c5ec88 100644 --- a/tmk_core/protocol/usb_descriptor.h +++ b/tmk_core/protocol/usb_descriptor.h @@ -279,8 +279,6 @@ enum usb_endpoints { # define MAX_ENDPOINTS USB_MAX_ENDPOINTS #endif -// TODO - ARM_ATSAM - #if (NEXT_EPNUM - 1) > MAX_ENDPOINTS # error There are not enough available endpoints to support all functions. Please disable one or more of the following: Mouse Keys, Extra Keys, Console, NKRO, MIDI, Serial, Steno #endif |