Skip to content

Commit df634d5

Browse files
Merge pull request iNavFlight#1183 from iNavFlight/fix-rxcontron-config
Fix missing call to `useRcControlsConfig()`
2 parents 6883f08 + ac45808 commit df634d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/fc/config.c

+2
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ static void activateConfig(void)
429429
activateControlRateConfig();
430430

431431
resetAdjustmentStates();
432+
433+
useRcControlsConfig();
432434

433435
failsafeReset();
434436

0 commit comments

Comments
 (0)