mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-05 04:44:31 -04:00
Fix buffer overrun and freezing bugs
This commit is contained in:
parent
858a35b2f9
commit
f6fe7e2b5f
4 changed files with 9 additions and 11 deletions
3
Config.h
3
Config.h
|
@ -80,8 +80,7 @@
|
|||
bool memory_low = false;
|
||||
uint8_t implicit_l = 0;
|
||||
|
||||
volatile bool packet_ready = false;
|
||||
volatile uint8_t packet_interface = 0xFF;
|
||||
uint8_t packet_interface = 0xFF;
|
||||
|
||||
uint8_t op_mode = MODE_HOST;
|
||||
uint8_t model = 0x00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue