diff --git a/src/tlay2.hpp b/src/tlay2.hpp index 45a9f31..ad38f0f 100644 --- a/src/tlay2.hpp +++ b/src/tlay2.hpp @@ -170,7 +170,6 @@ public: tx_init(0,0); rc = cbvprintf((cbprintf_cb)cwrap_tx_byte, this, format, ap); tx_end(); - //while(uart.fifo_tx.check()); return rc; } diff --git a/src/uart.hpp b/src/uart.hpp index 6f72682..f6e6a0c 100644 --- a/src/uart.hpp +++ b/src/uart.hpp @@ -17,7 +17,6 @@ private: rx_callback_t rx_callback; void* rx_callback_obj; FIFO fifo_rx; -public: FIFO fifo_tx; private: struct k_sem tx_sem_wait;