diff options
| author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2025-06-18 19:44:49 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 10:44:49 +0100 |
| commit | 096696d86dc7f924a61f43428096107505f3cb45 (patch) | |
| tree | 2a87845eeb4ddac67bdbdd002c4acc4a14504b07 /tmk_core | |
| parent | 7f9ceef3dd52066b6349130a93bfc681cd435d68 (diff) | |
[Bug] Fix `usb_endpoint_interface_lut` multiple def compile err (#25378)
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/chibios/usb_endpoints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/chibios/usb_endpoints.h b/tmk_core/protocol/chibios/usb_endpoints.h index a4e5ed88fc..9fad83726e 100644 --- a/tmk_core/protocol/chibios/usb_endpoints.h +++ b/tmk_core/protocol/chibios/usb_endpoints.h | |||
| @@ -121,7 +121,7 @@ typedef enum { | |||
| 121 | 121 | ||
| 122 | #define IS_VALID_USB_ENDPOINT_IN_LUT(i) ((i) >= 0 && (i) < USB_ENDPOINT_IN_COUNT) | 122 | #define IS_VALID_USB_ENDPOINT_IN_LUT(i) ((i) >= 0 && (i) < USB_ENDPOINT_IN_COUNT) |
| 123 | 123 | ||
| 124 | usb_endpoint_in_lut_t usb_endpoint_interface_lut[TOTAL_INTERFACES]; | 124 | extern usb_endpoint_in_lut_t usb_endpoint_interface_lut[TOTAL_INTERFACES]; |
| 125 | 125 | ||
| 126 | typedef enum { | 126 | typedef enum { |
| 127 | #if defined(RAW_ENABLE) | 127 | #if defined(RAW_ENABLE) |
