diff --git a/core/tty_uart.c b/core/tty_uart.c index 5a2b360c..e4e729d7 100644 --- a/core/tty_uart.c +++ b/core/tty_uart.c @@ -41,7 +41,7 @@ bool register_tty_uart() { return false; } - FILE* fp = fopencookie(NULL, "w+", (cookie_io_functions_t) { + FILE* fp = fopencookie(NULL, "w", (cookie_io_functions_t) { .read = NULL, .write = stdout_write, .seek = NULL,