aboutsummaryrefslogtreecommitdiff
path: root/src/uart
diff options
context:
space:
mode:
Diffstat (limited to 'src/uart')
-rw-r--r--src/uart/simple_uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uart/simple_uart.c b/src/uart/simple_uart.c
index e640ae1..1528a70 100644
--- a/src/uart/simple_uart.c
+++ b/src/uart/simple_uart.c
@@ -38,7 +38,6 @@ 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;
}