1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-19 14:25:16 +03:00

remove rpm filter from fast_code

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-03-11 20:27:05 +01:00
parent 63b0bd74ff
commit 0d0929aaa1
6 changed files with 14 additions and 12 deletions

View file

@ -3433,7 +3433,7 @@ bool navigationRTHAllowsLanding(void)
(allow == NAV_RTH_ALLOW_LANDING_FS_ONLY && FLIGHT_MODE(FAILSAFE_MODE));
}
bool FAST_CODE isNavLaunchEnabled(void)
bool isNavLaunchEnabled(void)
{
return IS_RC_MODE_ACTIVE(BOXNAVLAUNCH) || feature(FEATURE_FW_LAUNCH);
}