mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Fixed tests.
This commit is contained in:
parent
8a72362a67
commit
00a7d20227
2 changed files with 1 additions and 303 deletions
|
@ -115,7 +115,7 @@ extern "C" {
|
|||
uint32_t millis(void) { return micros() / 1000; }
|
||||
bool rxIsReceivingSignal(void) { return simulationHaveRx; }
|
||||
|
||||
bool feature(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