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; }