mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Added more mixer optimisations from #2898.
This commit is contained in:
parent
40a2bee492
commit
991e69974f
2 changed files with 31 additions and 32 deletions
|
@ -129,7 +129,7 @@ bool mixerIsOutputSaturated(int axis, float errorRate);
|
|||
void mixerLoadMix(int index, motorMixer_t *customMixers);
|
||||
void mixerInit(mixerMode_e mixerMode);
|
||||
struct pidProfile_s;
|
||||
void pidInitMixer(struct pidProfile_s *pidProfile);
|
||||
void pidInitMixer(const struct pidProfile_s *pidProfile);
|
||||
|
||||
void mixerConfigureOutput(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue