mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +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_OVER_TELEMETRY
|
||||
|
||||
#undef USE_LED_STRIP
|
||||
//#undef USE_HUFFMAN
|
||||
//#undef USE_PINIO
|
||||
//#undef USE_PINIOBOX
|
||||
|
|
|
@ -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;}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue