mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Fixed tests.
This commit is contained in:
parent
00a7d20227
commit
40f1fe0737
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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;}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue