From edce1d19a6af040df994243e7b6b1851e3eccebc Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 21 Oct 2012 22:12:36 +0900 Subject: Add LED feature to Sun converter --- protocol/serial.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol/serial.h') diff --git a/protocol/serial.h b/protocol/serial.h index 93b9ee922..bd071bec9 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 -- cgit v1.2.3