mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Added modeActivationProfile() macro
This commit is contained in:
parent
389eaacd8a
commit
953d23851d
9 changed files with 19 additions and 14 deletions
|
@ -882,7 +882,7 @@ void activateConfig(void)
|
|||
resetAdjustmentStates();
|
||||
|
||||
useRcControlsConfig(
|
||||
masterConfig.modeActivationConditions,
|
||||
modeActivationProfile()->modeActivationConditions,
|
||||
&masterConfig.motorConfig,
|
||||
¤tProfile->pidProfile
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue