summaryrefslogtreecommitdiff
path: root/client/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/serial.h')
-rw-r--r--client/serial.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/serial.h b/client/serial.h
index caa3cda..b29dfb5 100644
--- a/client/serial.h
+++ b/client/serial.h
@@ -16,3 +16,5 @@ bool w2_serial_write(char *data, uint8_t length);
bool w2_serial_open(const char *port_name);
/** close serial port */
void w2_serial_close();
+
+void w2_serial_main();