1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00

Second iteration of makinf F7 fast

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-03-09 14:39:00 +01:00
parent 2f226f829a
commit 7faeb47532
8 changed files with 16 additions and 16 deletions

View file

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