1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Fixed tests.

This commit is contained in:
mikeller 2018-08-18 14:19:20 +12:00
parent 8a72362a67
commit 00a7d20227
2 changed files with 1 additions and 303 deletions

View file

@ -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) {}