mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 09:56:54 +06:00
Fix joystick build for ChibiOS (#19602)
`joystick_report_t` was renamed to `report_joystick_t`, but apparently one place in the code was missed.
This commit is contained in:
parent
0730740add
commit
955829bfd0
|
@ -87,7 +87,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};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user