From 0a8ff0ca652ad7233637cadcfa8a9b9cb4ba4962 Mon Sep 17 00:00:00 2001 From: Korneliusz Osmenda Date: Mon, 22 Aug 2022 21:59:10 +0200 Subject: [PATCH] Disable sync dbgout --- src/tlay2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tlay2.hpp b/src/tlay2.hpp index 76d61b5..2cfec4c 100644 --- a/src/tlay2.hpp +++ b/src/tlay2.hpp @@ -169,7 +169,7 @@ public: tx_init(0,0); rc = cbvprintf((cbprintf_cb)cwrap_tx_byte, this, format, ap); tx_end(); - while(uart.fifo_tx.check()); + //while(uart.fifo_tx.check()); return rc; }