diff options
author | tmk <nobody@nowhere> | 2013-02-23 14:35:45 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-23 14:35:45 +0900 |
commit | 79b1f129085425c72b72bee28ed065bf243c0a0b (patch) | |
tree | da34ff0e2714c124c3ece6f8ea77257625cbdb07 /protocol/serial.h | |
parent | 0368936060fbc32395508b09c76b620828d36db1 (diff) | |
parent | 6215727b0bd827a18456b21a26d6175abe365ada (diff) |
Merge branch 'pc98' of github.com:tmk/tmk_keyboard into overlays
Diffstat (limited to 'protocol/serial.h')
-rw-r--r-- | protocol/serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/serial.h b/protocol/serial.h index bd071bec92..96913c8675 100644 --- a/protocol/serial.h +++ b/protocol/serial.h @@ -41,6 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. /* host role */ void serial_init(void); uint8_t serial_recv(void); +int16_t serial_recv2(void); void serial_send(uint8_t data); #endif |