mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +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))
 | 
			
		||||
            ack = TPAckType::AckReqAck;
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return ack;
 | 
			
		||||
 | 
			
		||||
@ -768,7 +768,6 @@ void IpDataLinkLayer::loopHandleConnectRequest(uint8_t* buffer, uint16_t length,
 | 
			
		||||
            }
 | 
			
		||||
        
 | 
			
		||||
        tun->IndividualAddress = tunPa;
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if(tun == nullptr)
 | 
			
		||||
 | 
			
		||||
@ -758,7 +758,6 @@ bool TpUartDataLinkLayer::reset()
 | 
			
		||||
            success = true;
 | 
			
		||||
            break; // next run for U_CONFIGURE_IND
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    } while (!((millis() - start) >= 10));
 | 
			
		||||
 | 
			
		||||
    connected(success);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user