X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fhost.c;h=11a05c2ddd74bba6f1af7db8e6550939f463a44b;hb=649b33d7783cf3021928534b7ae127e0a89e8807;hp=e9b791670670eed07b9956495c1fc38dde989bab;hpb=464c8e274f993d3571fe5ea5e836fe55a3912ffe;p=qmk_firmware.git diff --git a/tmk_core/common/host.c b/tmk_core/common/host.c index e9b791670..11a05c2dd 100644 --- a/tmk_core/common/host.c +++ b/tmk_core/common/host.c @@ -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; }