mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fix blackbox unit test.
This commit is contained in:
parent
836417bce2
commit
8e5bd7fc71
1 changed files with 1 additions and 0 deletions
|
@ -398,5 +398,6 @@ portSharing_e determinePortSharing(const serialPortConfig_t *, serialPortFunctio
|
|||
failsafePhase_e failsafePhase(void) {return FAILSAFE_IDLE;}
|
||||
bool rxAreFlightChannelsValid(void) {return false;}
|
||||
bool rxIsReceivingSignal(void) {return false;}
|
||||
bool isRssiConfigured(void) {return false;}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue