1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Fixed tests.

This commit is contained in:
mikeller 2018-08-22 19:51:32 +12:00
parent 00a7d20227
commit 40f1fe0737
2 changed files with 2 additions and 1 deletions

View file

@ -272,7 +272,7 @@ extern "C" {
return 0;
}
bool featureConfigured(uint32_t) {return false;}
bool featureIsEnabled(uint32_t) {return false;}
bool isAirmodeActive(void) {return true;}