diff options
Diffstat (limited to 'door_lock/serial.h')
| -rw-r--r-- | door_lock/serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/door_lock/serial.h b/door_lock/serial.h index 8db8037..6128623 100644 --- a/door_lock/serial.h +++ b/door_lock/serial.h @@ -2,6 +2,6 @@ #define SA_SERIAL_H void serial_init(void); -void serial_write(const char *s); +void serial_write_line(const char *s); #endif /* SA_SERIAL_H */ |
