summaryrefslogtreecommitdiff
path: root/protocol/serial.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-03-05 15:45:15 +0900
committertmk <nobody@nowhere>2013-03-05 15:45:15 +0900
commit38bbe976e00a9a7bf6f8157016717e80503bf6a9 (patch)
tree9113cd57c1bff3deef394ee966e2fdac8731a244 /protocol/serial.h
parent1720cf34caa518a2cf85f286d1ca077ebe1a1451 (diff)
parent5808317b694004c43a6e0f76e9715415cce19a25 (diff)
Merge branch 'overlays'
Diffstat (limited to 'protocol/serial.h')
-rw-r--r--protocol/serial.h1
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