mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	fixes the missing processRx() in loop()
This commit is contained in:
		
							parent
							
								
									cf1b6bc7ac
								
							
						
					
					
						commit
						6884734cc3
					
				@ -874,7 +874,7 @@ void TpUartDataLinkLayer::loop()
 | 
				
			|||||||
        _tpState = 0;
 | 
					        _tpState = 0;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // processRx();
 | 
					    processRx();
 | 
				
			||||||
#ifdef USE_TP_RX_QUEUE
 | 
					#ifdef USE_TP_RX_QUEUE
 | 
				
			||||||
    processRxQueue();
 | 
					    processRxQueue();
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user