]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/host.h
Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)
[qmk_firmware.git] / tmk_core / common / host.h
index 918af69e8f41242083912519d9486b16f758572a..9814b10d2d0855b9aeea6d6e4cdcd31794051bcf 100644 (file)
@@ -47,7 +47,7 @@ void host_mouse_send(report_mouse_t *report);
 void host_system_send(uint16_t data);
 void host_consumer_send(uint16_t data);
 
-uint16_t host_last_sysytem_report(void);
+uint16_t host_last_system_report(void);
 uint16_t host_last_consumer_report(void);
 
 #ifdef __cplusplus