mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Made float parameter calculation static.
This commit is contained in:
parent
df4b09e874
commit
40a2bee492
3 changed files with 15 additions and 4 deletions
|
@ -128,11 +128,12 @@ 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 mixerConfigureOutput(void);
|
||||
|
||||
void mixerResetDisarmedMotors(void);
|
||||
struct pidProfile_s;
|
||||
void mixTable(struct pidProfile_s *pidProfile);
|
||||
void syncMotors(bool enabled);
|
||||
void writeMotors(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue