mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Blackbox: Use rx getters instead of importing private state directly
This commit is contained in:
parent
b6a75cb3f1
commit
f29b9dd329
2 changed files with 4 additions and 6 deletions
|
@ -66,8 +66,8 @@ const char rcChannelLetters[] = "AERT12345678abcdefgh";
|
|||
uint16_t rssi = 0; // range: [0;1023]
|
||||
|
||||
static bool rxDataReceived = false;
|
||||
bool rxSignalReceived = false;
|
||||
bool rxFlightChannelsValid = false;
|
||||
static bool rxSignalReceived = false;
|
||||
static bool rxFlightChannelsValid = false;
|
||||
|
||||
static uint32_t rxUpdateAt = 0;
|
||||
static uint32_t needRxSignalBefore = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue