]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/host.c
xt_usb: Replace functions with macros
[max/tmk_keyboard.git] / tmk_core / common / host.c
index e1fa52d7a1d975a01884603ab3a59f1f893c0993..56d65e505c66ef0c59faa549855aa65e6da0787d 100644 (file)
@@ -94,7 +94,7 @@ void host_consumer_send(uint16_t report)
     }
 }
 
-uint16_t host_last_sysytem_report(void)
+uint16_t host_last_system_report(void)
 {
     return last_system_report;
 }