summaryrefslogtreecommitdiff
path: root/protocol/serial.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-21 22:12:36 +0900
committertmk <nobody@nowhere>2012-10-21 22:12:36 +0900
commitedce1d19a6af040df994243e7b6b1851e3eccebc (patch)
tree3f8d385a39979dcabdefea019e9671503cda8eba /protocol/serial.h
parent454f7bc71657020d0574e849dad92a14e71230c4 (diff)
Add LED feature to Sun converter
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 93b9ee9225..bd071bec92 100644
--- a/protocol/serial.h
+++ b/protocol/serial.h
@@ -41,5 +41,6 @@ POSSIBILITY OF SUCH DAMAGE.
/* host role */
void serial_init(void);
uint8_t serial_recv(void);
+void serial_send(uint8_t data);
#endif