empty lines

This commit is contained in:
Thomas Kunze 2024-08-09 21:47:22 +02:00
parent 5293dd8894
commit af96a7673f
3 changed files with 0 additions and 3 deletions

View File

@ -205,7 +205,6 @@ TPAckType Bau091A::isAckRequired(uint16_t address, bool isGrpAddr)
if(_dlLayerPrimary.isSentToTunnel(address, isGrpAddr))
ack = TPAckType::AckReqAck;
#endif
}
return ack;

View File

@ -768,7 +768,6 @@ void IpDataLinkLayer::loopHandleConnectRequest(uint8_t* buffer, uint16_t length,
}
tun->IndividualAddress = tunPa;
}
if(tun == nullptr)

View File

@ -758,7 +758,6 @@ bool TpUartDataLinkLayer::reset()
success = true;
break; // next run for U_CONFIGURE_IND
}
} while (!((millis() - start) >= 10));
connected(success);