diff options
| author | tmk | 2014-06-17 15:41:14 +0200 |
|---|---|---|
| committer | tmk | 2014-07-30 07:07:43 +0200 |
| commit | e81c70149ecf73256f8bb7d77cefc07f2b91d2be (patch) | |
| tree | d918595b92aa099537640cd02285f914b343bd67 /common/host.h | |
| parent | ee70fe59ee8ebc6dcbf55171b1a2dd72e1744ae6 (diff) | |
Fix common files for mbed
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 */ |