mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Added shadow copies for CLI and MSP.
This commit is contained in:
parent
985a9208d5
commit
6de1c32d9d
56 changed files with 277 additions and 222 deletions
|
@ -793,7 +793,7 @@ extern "C" {
|
|||
uint32_t millis(void) { return micros() / 1000; }
|
||||
bool rxIsReceivingSignal(void) { return simulationHaveRx; }
|
||||
|
||||
bool featureConfigured(uint32_t f) { return simulationFeatureFlags & f; }
|
||||
bool featureIsEnabled(uint32_t f) { return simulationFeatureFlags & f; }
|
||||
void warningLedFlash(void) {}
|
||||
void warningLedDisable(void) {}
|
||||
void warningLedUpdate(void) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue