aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/xt.h
diff options
context:
space:
mode:
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 cc55b7dbc..538ff0e45 100644
--- a/tmk_core/protocol/xt.h
+++ b/tmk_core/protocol/xt.h
@@ -68,6 +68,6 @@ POSSIBILITY OF SUCH DAMAGE.
68 setPinOutput(XT_CLOCK_PIN); \ 68 setPinOutput(XT_CLOCK_PIN); \
69 } while (0) 69 } while (0)
70 70
71void xt_host_init(void); 71void xt_host_init(void);
72 72
73uint8_t xt_host_recv(void); 73uint8_t xt_host_recv(void);