Remove old debug

This commit is contained in:
Korneliusz Osmenda
2022-09-08 17:07:27 +02:00
parent 98a526c3cd
commit 869864f531
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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;
}
-1
View File
@@ -17,7 +17,6 @@ private:
rx_callback_t rx_callback;
void* rx_callback_obj;
FIFO<RX_SIZE> fifo_rx;
public:
FIFO<TX_SIZE> fifo_tx;
private:
struct k_sem tx_sem_wait;