Add new modem TX IRQ handling

This commit is contained in:
jacob.eva 2025-02-11 18:24:13 +00:00
parent 20b51104a1
commit e9660ae595
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
2 changed files with 48 additions and 0 deletions

View file

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