mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
added newline
This commit is contained in:
parent
c23dc16b5f
commit
0b4c94796e
@ -261,7 +261,7 @@ void TpUartDataLinkLayer::loop()
|
|||||||
if (millis() - _lastByteRxTime > EOPR_TIMEOUT)
|
if (millis() - _lastByteRxTime > EOPR_TIMEOUT)
|
||||||
{
|
{
|
||||||
_rxState = RX_WAIT_START;
|
_rxState = RX_WAIT_START;
|
||||||
print("EOPR inside RX_L_ADDR");
|
println("EOPR inside RX_L_ADDR");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!_platform.uartAvailable())
|
if (!_platform.uartAvailable())
|
||||||
|
Loading…
Reference in New Issue
Block a user