printHex takes to long

This commit is contained in:
Mike Pieper 2022-02-13 11:22:02 +01:00
parent c908d5dc0a
commit 408cd2bbeb

View File

@ -259,7 +259,6 @@ void TpUartDataLinkLayer::loop()
{ {
_rxState = RX_WAIT_START; _rxState = RX_WAIT_START;
print("EOPR inside RX_L_ADDR"); print("EOPR inside RX_L_ADDR");
printHex(" => ", buffer, _RxByteCnt);
break; break;
} }
if (!_platform.uartAvailable()) if (!_platform.uartAvailable())