mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-04 07:34:49 -04:00
Fix edge case of potential packet duplication
This commit is contained in:
parent
bf38bbf7b1
commit
a4081fd79c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue