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:
parent
63b0bd74ff
commit
0d0929aaa1
6 changed files with 14 additions and 12 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue