]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/host.c
Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)
[qmk_firmware.git] / tmk_core / common / host.c
index e9b791670670eed07b9956495c1fc38dde989bab..11a05c2ddd74bba6f1af7db8e6550939f463a44b 100644 (file)
@@ -86,7 +86,7 @@ void host_consumer_send(uint16_t report)
     (*driver->send_consumer)(report);
 }
 
-uint16_t host_last_sysytem_report(void)
+uint16_t host_last_system_report(void)
 {
     return last_system_report;
 }