Fix edge case of potential packet duplication
This commit is contained in:
@@ -110,6 +110,7 @@ void ISR_VECT onDio0Rise() {
|
|||||||
// Therefore, the modem is set into receive mode each time a packet is received.
|
// Therefore, the modem is set into receive mode each time a packet is received.
|
||||||
interface_obj[i]->receive();
|
interface_obj[i]->receive();
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
taskEXIT_CRITICAL_FROM_ISR(int_status);
|
taskEXIT_CRITICAL_FROM_ISR(int_status);
|
||||||
|
Reference in New Issue
Block a user