mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-12 19:10:27 +03:00
Merge pull request #1183 from iNavFlight/fix-rxcontron-config
Fix missing call to `useRcControlsConfig()`
This commit is contained in:
commit
df634d5438
1 changed files with 2 additions and 0 deletions
|
@ -429,6 +429,8 @@ static void activateConfig(void)
|
|||
activateControlRateConfig();
|
||||
|
||||
resetAdjustmentStates();
|
||||
|
||||
useRcControlsConfig();
|
||||
|
||||
failsafeReset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue