Fix edge case of potential packet duplication

master
jacob.eva 4 months ago
parent bf38bbf7b1
commit a4081fd79c
No known key found for this signature in database
GPG Key ID: B92E083BBCCAA1E
  1. 1
      Radio.cpp

@ -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);

Loading…
Cancel
Save