1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Fixed unit tests.

This commit is contained in:
Michael Keller 2017-06-19 12:36:40 +12:00
parent d93218f21c
commit f380c3d774
3 changed files with 3 additions and 12 deletions

View file

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