mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Preparation for conversion to parameter groups 12
This commit is contained in:
parent
14a7c805c1
commit
2c667376fa
8 changed files with 118 additions and 145 deletions
|
@ -124,7 +124,7 @@ uint8_t getMotorCount();
|
|||
float getMotorMixRange();
|
||||
|
||||
void mixerLoadMix(int index, motorMixer_t *customMixers);
|
||||
void mixerInit(mixerMode_e mixerMode, const motorMixer_t *customMotorMixers);
|
||||
void mixerInit(mixerMode_e mixerMode);
|
||||
|
||||
void mixerConfigureOutput(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue