diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
| -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 e638dbc0f..4e17834be 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
| @@ -312,7 +312,7 @@ static void Console_Task(void) { | |||
| 312 | void send_joystick_packet(joystick_t *joystick) { | 312 | void send_joystick_packet(joystick_t *joystick) { |
| 313 | uint8_t timeout = 255; | 313 | uint8_t timeout = 255; |
| 314 | 314 | ||
| 315 | static joystick_report_t; | 315 | static joystick_report_t r; |
| 316 | r = (joystick_report_t) { | 316 | r = (joystick_report_t) { |
| 317 | # if JOYSTICK_AXES_COUNT > 0 | 317 | # if JOYSTICK_AXES_COUNT > 0 |
| 318 | .axes = | 318 | .axes = |
