Skip to content

Commit e5f9940

Browse files
committed
Merge commit '1bc3dd200b023cecf063a0cb3ba347f77f6d759d' into core_update
2 parents da03c50 + 3097c9e commit e5f9940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void host_consumer_send(uint16_t report)
9494
}
9595
}
9696

97-
uint16_t host_last_sysytem_report(void)
97+
uint16_t host_last_system_report(void)
9898
{
9999
return last_system_report;
100100
}

common/host.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void host_mouse_send(report_mouse_t *report);
4747
void host_system_send(uint16_t data);
4848
void host_consumer_send(uint16_t data);
4949

50-
uint16_t host_last_sysytem_report(void);
50+
uint16_t host_last_system_report(void);
5151
uint16_t host_last_consumer_report(void);
5252

5353
#ifdef __cplusplus

0 commit comments

Comments
 (0)