From 9af069ecf354b97b3456e856fbf8e22822efeb18 Mon Sep 17 00:00:00 2001 From: Dasky <32983009+daskygit@users.noreply.github.com> Date: Mon, 23 Aug 2021 00:31:38 +0100 Subject: Fix typo (#14118) --- tmk_core/protocol/lufa/lufa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- cgit v1.2.3