Browse Source

Fix typo (#14118)

pull/14128/head
Dasky 2 years ago
committed by GitHub
parent
commit
9af069ecf3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/protocol/lufa/lufa.c

+ 1
- 1
tmk_core/protocol/lufa/lufa.c View File

@ -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 =


Loading…
Cancel
Save