mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 06:36:11 -04:00
Use event queue for modem interrupt packet retrieval on ESP32 and nRF52
This commit is contained in:
parent
c9f658e966
commit
1a2e42d93c
3 changed files with 47 additions and 3 deletions
|
@ -93,6 +93,7 @@
|
|||
#define ERROR_TXFAILED 0x02
|
||||
#define ERROR_EEPROM_LOCKED 0x03
|
||||
#define ERROR_QUEUE_FULL 0x04
|
||||
#define ERROR_MEMORY_LOW 0x05
|
||||
|
||||
// Serial framing variables
|
||||
size_t frame_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue