summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2021-08-23 00:31:38 +0100
committerGitHub <noreply@github.com>2021-08-23 09:31:38 +1000
commit9af069ecf354b97b3456e856fbf8e22822efeb18 (patch)
treed755a9b80f0053fa21644da7e5cfbc240aa26bc2 /tmk_core/protocol/lufa/lufa.c
parentf043b8be384cbfde6dcca0ffee2fc842a4fb4342 (diff)
Fix typo (#14118)
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r--tmk_core/protocol/lufa/lufa.c2
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 =