summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/xt.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-18 01:29:25 +0000
committerQMK Bot <hello@qmk.fm>2021-03-18 01:29:25 +0000
commitaf5c10ef0c71d41446b8fb27b942fb2bc92e49d8 (patch)
tree7969930d20053bc02622ce3e901a26e40315cd86 /tmk_core/protocol/xt.h
parent4aa57e9e46b8d0ed1814131bf2944b2b45ee077c (diff)
parent9807225f90523d51eaf518b20e4d524dc0bb3ec6 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/protocol/xt.h')
-rw-r--r--tmk_core/protocol/xt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/xt.h b/tmk_core/protocol/xt.h
index cc55b7dbca..538ff0e459 100644
--- a/tmk_core/protocol/xt.h
+++ b/tmk_core/protocol/xt.h
@@ -68,6 +68,6 @@ POSSIBILITY OF SUCH DAMAGE.
setPinOutput(XT_CLOCK_PIN); \
} while (0)
-void xt_host_init(void);
+void xt_host_init(void);
uint8_t xt_host_recv(void);