From 00ea50354b38c6cd9ebb08c8141f48dd5392cd23 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 23 Feb 2025 01:32:47 +0200 Subject: initial torus stuff + Not quite deadlock free for 2D/3D for whatever reason --- src/uart/simple_uart.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uart') 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; } -- cgit v1.3