mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	Finish RX on cancelled RX_CmdAdv if we issued hard abort due to crc16/address mismatch (#105)
This commit is contained in:
		
							parent
							
								
									abb37c3b63
								
							
						
					
					
						commit
						eab31e7808
					
				| @ -99,9 +99,7 @@ static void RxCallback(RF_Handle h, RF_CmdHandle ch, RF_EventMask e) | ||||
|     { | ||||
|         if (e & RF_EventCmdAborted) | ||||
|         { | ||||
|             packetStartTime = 0; | ||||
|             println("RX ABORT"); | ||||
|             return; | ||||
|         } | ||||
| 
 | ||||
|         rfDone = true; | ||||
| @ -354,4 +352,4 @@ void RfPhysicalLayerCC1310::loop() | ||||
| 
 | ||||
| #endif // USE_RF
 | ||||
| 
 | ||||
| #endif // DeviceFamily_CC13X0
 | ||||
| #endif // DeviceFamily_CC13X0
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user