mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
CF/BF - Update re-instated unit tests due to rc_modes changes.
This commit is contained in:
parent
75511249d8
commit
0227b7fb28
5 changed files with 17 additions and 2 deletions
|
@ -217,5 +217,10 @@ void failsafeOnValidDataFailed(void)
|
|||
{
|
||||
}
|
||||
|
||||
bool IS_RC_MODE_ACTIVE(boxId_e)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue