1
0
Fork 0
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:
Hydra 2017-06-17 21:02:59 +01:00 committed by Michael Keller
parent 75511249d8
commit 0227b7fb28
5 changed files with 17 additions and 2 deletions

View file

@ -217,5 +217,10 @@ void failsafeOnValidDataFailed(void)
{
}
bool IS_RC_MODE_ACTIVE(boxId_e)
{
return false;
}
}