diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2021-08-23 00:31:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 09:31:38 +1000 |
commit | 9af069ecf354b97b3456e856fbf8e22822efeb18 (patch) | |
tree | d755a9b80f0053fa21644da7e5cfbc240aa26bc2 /tmk_core/protocol/lufa | |
parent | f043b8be384cbfde6dcca0ffee2fc842a4fb4342 (diff) | |
download | qmk_firmware-9af069ecf354b97b3456e856fbf8e22822efeb18.tar.gz qmk_firmware-9af069ecf354b97b3456e856fbf8e22822efeb18.zip |
Fix typo (#14118)
Diffstat (limited to 'tmk_core/protocol/lufa')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index e638dbc0fb..4e17834be9 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c @@ -312,7 +312,7 @@ static void Console_Task(void) { void send_joystick_packet(joystick_t *joystick) { uint8_t timeout = 255; - static joystick_report_t; + static joystick_report_t r; r = (joystick_report_t) { # if JOYSTICK_AXES_COUNT > 0 .axes = |