aboutsummaryrefslogtreecommitdiff
path: root/src/uart/simple_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uart/simple_uart.c')
-rw-r--r--src/uart/simple_uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uart/simple_uart.c b/src/uart/simple_uart.c
index 1528a70..e640ae1 100644
--- a/src/uart/simple_uart.c
+++ b/src/uart/simple_uart.c
@@ -38,6 +38,7 @@ static stat simple_uart_receive(struct simple_uart *uart, struct component *from
}
putchar(packet_convu8(&pkt));
+ fflush(stdout);
set_flags(&uart->pkt, PACKET_DONE);
return OK;
}