diff options
author | tmk <nobody@nowhere> | 2014-09-22 10:53:35 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-09-22 10:53:35 +0900 |
commit | dd3ab65ec348370e789f4136af2c6cdb95c2532c (patch) | |
tree | 671949de54ed5fdbb938503bd417ddf4cb70c859 /common/host.h | |
parent | b9e265368fde73daff069788dcb58c8230d01b32 (diff) | |
parent | e3f4f7d8c4dd821ff47caa8a22318c674f43a4e9 (diff) |
Merge branch 'usb_usb_fix'
Diffstat (limited to 'common/host.h')
-rw-r--r-- | common/host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/host.h b/common/host.h index a56e6c3b04..918af69e8f 100644 --- a/common/host.h +++ b/common/host.h @@ -32,8 +32,8 @@ extern "C" { extern bool keyboard_nkro; #endif -uint8_t keyboard_idle; -uint8_t keyboard_protocol; +extern uint8_t keyboard_idle; +extern uint8_t keyboard_protocol; /* host driver */ |