diff options
Diffstat (limited to 'tmk_core/protocol/xt.h')
-rw-r--r-- | tmk_core/protocol/xt.h | 2 |
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); |