Fix typo (#14118)
This commit is contained in:
parent
f043b8be38
commit
9af069ecf3
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ static void Console_Task(void) {
|
||||||
void send_joystick_packet(joystick_t *joystick) {
|
void send_joystick_packet(joystick_t *joystick) {
|
||||||
uint8_t timeout = 255;
|
uint8_t timeout = 255;
|
||||||
|
|
||||||
static joystick_report_t;
|
static joystick_report_t r;
|
||||||
r = (joystick_report_t) {
|
r = (joystick_report_t) {
|
||||||
# if JOYSTICK_AXES_COUNT > 0
|
# if JOYSTICK_AXES_COUNT > 0
|
||||||
.axes =
|
.axes =
|
||||||
|
|
Loading…
Reference in a new issue