Skip to content

Commit af96a76

Browse files
committed
empty lines
1 parent 5293dd8 commit af96a76

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/knx/bau091A.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ TPAckType Bau091A::isAckRequired(uint16_t address, bool isGrpAddr)
205205
if(_dlLayerPrimary.isSentToTunnel(address, isGrpAddr))
206206
ack = TPAckType::AckReqAck;
207207
#endif
208-
209208
}
210209

211210
return ack;

src/knx/ip_data_link_layer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ void IpDataLinkLayer::loopHandleConnectRequest(uint8_t* buffer, uint16_t length,
768768
}
769769

770770
tun->IndividualAddress = tunPa;
771-
772771
}
773772

774773
if(tun == nullptr)

src/knx/tpuart_data_link_layer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ bool TpUartDataLinkLayer::reset()
758758
success = true;
759759
break; // next run for U_CONFIGURE_IND
760760
}
761-
762761
} while (!((millis() - start) >= 10));
763762

764763
connected(success);

0 commit comments

Comments
 (0)