X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=tmk_core%2Fcommon%2Fhost.c;h=56d65e505c66ef0c59faa549855aa65e6da0787d;hb=acbea7fb15c7d2bbfce7261e7e8acb110438a9e5;hp=e1fa52d7a1d975a01884603ab3a59f1f893c0993;hpb=ec06a3f9f5c72e074f169ef6c8f44f150088c6e9;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/host.c b/tmk_core/common/host.c index e1fa52d7..56d65e50 100644 --- a/tmk_core/common/host.c +++ b/tmk_core/common/host.c @@ -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; }