~ruther/qmk_firmware

9af069ecf354b97b3456e856fbf8e22822efeb18 — Dasky 4 years ago f043b8b
Fix typo (#14118)

1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/protocol/lufa/lufa.c
M tmk_core/protocol/lufa/lufa.c => tmk_core/protocol/lufa/lufa.c +1 -1
@@ 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 =