mirror of
https://github.com/thelsing/knx.git
synced 2025-02-04 00:16:20 +01:00
printHex takes to long
This commit is contained in:
parent
c908d5dc0a
commit
408cd2bbeb
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user