Browse Source

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

QMK Bot 3 years ago
parent
commit
df2a4556b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tmk_core/protocol/chibios/usb_main.c

+ 1 - 1
tmk_core/protocol/chibios/usb_main.c

@@ -91,7 +91,7 @@ union {
     report_digitizer_t digitizer;
     report_digitizer_t digitizer;
 #endif
 #endif
 #ifdef JOYSTICK_ENABLE
 #ifdef JOYSTICK_ENABLE
-    joystick_report_t joystick;
+    report_joystick_t joystick;
 #endif
 #endif
 } universal_report_blank = {0};
 } universal_report_blank = {0};