Преглед изворни кода

Merge remote-tracking branch 'origin/develop' into xap

QMK Bot пре 1 година
родитељ
комит
3326ddf700
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tmk_core/protocol/chibios/usb_endpoints.h

+ 1 - 1
tmk_core/protocol/chibios/usb_endpoints.h

@@ -133,7 +133,7 @@ typedef enum {
 
 #define IS_VALID_USB_ENDPOINT_IN_LUT(i) ((i) >= 0 && (i) < USB_ENDPOINT_IN_COUNT)
 
-usb_endpoint_in_lut_t usb_endpoint_interface_lut[TOTAL_INTERFACES];
+extern usb_endpoint_in_lut_t usb_endpoint_interface_lut[TOTAL_INTERFACES];
 
 typedef enum {
 #if defined(RAW_ENABLE)