mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-05 07:55:36 -04:00
Change read_len to array to combat multiple interface edge case
This commit is contained in:
parent
a4081fd79c
commit
8207c62d73
2 changed files with 24 additions and 22 deletions
2
Config.h
2
Config.h
|
@ -90,7 +90,7 @@
|
|||
uint8_t last_rssi_raw = 0x00;
|
||||
uint8_t last_snr_raw = 0x80;
|
||||
uint8_t seq[INTERFACE_COUNT];
|
||||
uint16_t read_len = 0;
|
||||
uint16_t read_len[INTERFACE_COUNT];
|
||||
|
||||
bool serial_in_frame = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue