mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Fix unresolved references in unit tests for new failsafe code.
This commit is contained in:
parent
e51b1b4b14
commit
4b4e64e204
2 changed files with 5 additions and 1 deletions
|
@ -711,6 +711,9 @@ void mwDisarm(void) {}
|
|||
void displayDisablePageCycling() {}
|
||||
void displayEnablePageCycling() {}
|
||||
|
||||
bool failsafeIsActive() { return false; }
|
||||
bool rxIsReceivingSignal() { return true; }
|
||||
|
||||
uint8_t getCurrentControlRateProfile(void) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue