1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Fix initialization of mixer related pidProfile settings

Previously the variables were only initialized at boot and were not updated when the pidProfile changed.
This commit is contained in:
Bruce Luckcuck 2020-03-18 10:32:17 -04:00
parent 9b6911f80c
commit 37069ba267
3 changed files with 15 additions and 3 deletions

View file

@ -101,6 +101,7 @@ bool areMotorsRunning(void);
void mixerLoadMix(int index, motorMixer_t *customMixers);
void initEscEndpoints(void);
void mixerInit(mixerMode_e mixerMode);
void mixerInitProfile(void);
void mixerConfigureOutput(void);