1
0
Fork 0
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:
Konstantin Sharlaimov 2017-01-29 13:24:36 +10:00 committed by GitHub
commit df634d5438

View file

@ -429,6 +429,8 @@ static void activateConfig(void)
activateControlRateConfig();
resetAdjustmentStates();
useRcControlsConfig();
failsafeReset();