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.
1 parent 836e209 commit 3097c9eCopy full SHA for 3097c9e
common/host.c
@@ -86,7 +86,7 @@ void host_consumer_send(uint16_t report)
86
(*driver->send_consumer)(report);
87
}
88
89
-uint16_t host_last_sysytem_report(void)
+uint16_t host_last_system_report(void)
90
{
91
return last_system_report;
92
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