mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-03 15:14:53 -04:00
Well that was embarassing...
This commit is contained in:
parent
f8299568fb
commit
ba9022335c
2 changed files with 9 additions and 2 deletions
4
Config.h
4
Config.h
|
@ -78,9 +78,11 @@
|
|||
bool pmu_ready = false;
|
||||
bool promisc = false;
|
||||
bool implicit = false;
|
||||
volatile bool packet_ready = false;
|
||||
uint8_t implicit_l = 0;
|
||||
|
||||
volatile bool packet_ready = false;
|
||||
volatile uint8_t packet_interface = 0xFF;
|
||||
|
||||
uint8_t op_mode = MODE_HOST;
|
||||
uint8_t model = 0x00;
|
||||
uint8_t hwrev = 0x00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue