We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da03c50 + 3097c9e commit e5f9940Copy full SHA for e5f9940
common/host.c
@@ -94,7 +94,7 @@ void host_consumer_send(uint16_t report)
94
}
95
96
97
-uint16_t host_last_sysytem_report(void)
+uint16_t host_last_system_report(void)
98
{
99
return last_system_report;
100
common/host.h
@@ -47,7 +47,7 @@ void host_mouse_send(report_mouse_t *report);
47
void host_system_send(uint16_t data);
48
void host_consumer_send(uint16_t data);
49
50
-uint16_t host_last_sysytem_report(void);
+uint16_t host_last_system_report(void);
51
uint16_t host_last_consumer_report(void);
52
53
#ifdef __cplusplus
0 commit comments