1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Fixed tests, SPRACINGF3OSD.

This commit is contained in:
mikeller 2018-07-03 22:24:32 +12:00
parent c99629bbf1
commit 8abf138e2a
13 changed files with 12 additions and 18 deletions

View file

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