mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
Split RC adjustments into separate module
This commit is contained in:
parent
85e3601112
commit
f2e5c7d0b4
7 changed files with 576 additions and 498 deletions
|
@ -890,10 +890,8 @@ void activateConfig(void)
|
|||
{
|
||||
resetAdjustmentStates();
|
||||
|
||||
useRcControlsConfig(
|
||||
modeActivationProfile()->modeActivationConditions,
|
||||
¤tProfile->pidProfile
|
||||
);
|
||||
useRcControlsConfig(modeActivationProfile()->modeActivationConditions, ¤tProfile->pidProfile);
|
||||
useAdjustmentConfig(¤tProfile->pidProfile);
|
||||
|
||||
#ifdef GPS
|
||||
gpsUseProfile(&masterConfig.gpsProfile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue