1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +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

@ -42,6 +42,7 @@
//#undef USE_MSP_DISPLAYPORT //#undef USE_MSP_DISPLAYPORT
//#undef USE_MSP_OVER_TELEMETRY //#undef USE_MSP_OVER_TELEMETRY
#undef USE_LED_STRIP
//#undef USE_HUFFMAN //#undef USE_HUFFMAN
//#undef USE_PINIO //#undef USE_PINIO
//#undef USE_PINIOBOX //#undef USE_PINIOBOX

View file

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