diff options
author | tmk <nobody@nowhere> | 2013-02-22 19:38:06 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-22 19:38:06 +0900 |
commit | 4ec8fd28230753452df7bc4111b60dc104f30267 (patch) | |
tree | 1098762b678f0ee74fe07e08b35807841b8a3257 /protocol/serial.h | |
parent | 4a91d182776a956c5442debbaf7a8af047d429c0 (diff) |
Fix softwere serial
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 |