aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/host.h
diff options
context:
space:
mode:
authorNathan Sharfi <me@ngalt.com>2016-07-31 14:02:25 -0700
committerNathan Sharfi <me@ngalt.com>2016-07-31 14:02:25 -0700
commitd889648d5373b7ff77dc7bc4b369c628e8336b45 (patch)
tree35c6eb194417242958baf54b36f0ff3a56e378f1 /tmk_core/common/host.h
parent6428069eb70f5cc47ac1f3f9acf3daea14fb9097 (diff)
parentb25dbc484d639210c53d8e13f79cf5a77f2faaaa (diff)
downloadfirmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.tar.gz
firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.tar.bz2
firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.zip
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
Diffstat (limited to 'tmk_core/common/host.h')
-rw-r--r--tmk_core/common/host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/host.h b/tmk_core/common/host.h
index 918af69e8..9814b10d2 100644
--- a/tmk_core/common/host.h
+++ b/tmk_core/common/host.h
@@ -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