mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-02 03:16:03 -04:00
Add new modem TX IRQ handling
This commit is contained in:
parent
20b51104a1
commit
e9660ae595
2 changed files with 48 additions and 0 deletions
|
@ -66,6 +66,9 @@ volatile uint16_t queued_bytes[INTERFACE_COUNT] = {0};
|
|||
volatile uint16_t queue_cursor[INTERFACE_COUNT] = {0};
|
||||
volatile uint16_t current_packet_start[INTERFACE_COUNT] = {0};
|
||||
volatile bool serial_buffering = false;
|
||||
|
||||
extern void setup_interfaces(); // from /src/misc/ModemISR.h
|
||||
|
||||
#if HAS_BLUETOOTH || HAS_BLE == true
|
||||
bool bt_init_ran = false;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue