mirror of
https://github.com/korneliuszo/lumiax-controller.git
synced 2026-08-08 01:43:05 +02:00
Remove old debug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user