mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +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)
|
if (e & RF_EventCmdAborted)
|
||||||
{
|
{
|
||||||
packetStartTime = 0;
|
|
||||||
println("RX ABORT");
|
println("RX ABORT");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
rfDone = true;
|
rfDone = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user