1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 03:19:58 +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

@ -430,6 +430,8 @@ static void activateConfig(void)
resetAdjustmentStates();
useRcControlsConfig();
failsafeReset();
accSetCalibrationValues();