diff options
Diffstat (limited to 'include/serial.h')
-rw-r--r-- | include/serial.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/serial.h b/include/serial.h index 5b90748..97b02d7 100644 --- a/include/serial.h +++ b/include/serial.h @@ -3,6 +3,8 @@ void serial_init(void); void serial_put(int c); + char serial_get(void); +void serial_gets(char *buf); #endif // SERIAL_H_ |