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:
parent
9b6911f80c
commit
37069ba267
3 changed files with 15 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue