Disable sync dbgout

This commit is contained in:
Korneliusz Osmenda
2022-08-22 21:59:10 +02:00
parent cdb81935ea
commit 0a8ff0ca65

View File

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