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:
parent
2f226f829a
commit
7faeb47532
8 changed files with 16 additions and 16 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue