mirror of
https://github.com/thelsing/knx.git
synced 2025-02-04 00:16:20 +01:00
empty lines
This commit is contained in:
parent
5293dd8894
commit
af96a7673f
@ -205,7 +205,6 @@ TPAckType Bau091A::isAckRequired(uint16_t address, bool isGrpAddr)
|
|||||||
if(_dlLayerPrimary.isSentToTunnel(address, isGrpAddr))
|
if(_dlLayerPrimary.isSentToTunnel(address, isGrpAddr))
|
||||||
ack = TPAckType::AckReqAck;
|
ack = TPAckType::AckReqAck;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return ack;
|
return ack;
|
||||||
|
@ -768,7 +768,6 @@ void IpDataLinkLayer::loopHandleConnectRequest(uint8_t* buffer, uint16_t length,
|
|||||||
}
|
}
|
||||||
|
|
||||||
tun->IndividualAddress = tunPa;
|
tun->IndividualAddress = tunPa;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(tun == nullptr)
|
if(tun == nullptr)
|
||||||
|
@ -758,7 +758,6 @@ bool TpUartDataLinkLayer::reset()
|
|||||||
success = true;
|
success = true;
|
||||||
break; // next run for U_CONFIGURE_IND
|
break; // next run for U_CONFIGURE_IND
|
||||||
}
|
}
|
||||||
|
|
||||||
} while (!((millis() - start) >= 10));
|
} while (!((millis() - start) >= 10));
|
||||||
|
|
||||||
connected(success);
|
connected(success);
|
||||||
|
Loading…
Reference in New Issue
Block a user