diff options
Diffstat (limited to 'door_lock/serial.c')
| -rw-r--r-- | door_lock/serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/door_lock/serial.c b/door_lock/serial.c index 8a6cde2..0b9aecf 100644 --- a/door_lock/serial.c +++ b/door_lock/serial.c @@ -27,6 +27,7 @@ void serial_write_line(const char *s) { for (; *s; s++) serial_write(*s); + serial_write('\r'); serial_write('\n'); } |
