mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Fix for #3466
This commit is contained in:
parent
864b498319
commit
0a7a74965a
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ void stopPwmAllMotors(void)
|
|||
|
||||
float throttle = 0;
|
||||
float motorOutputMin, motorOutputMax;
|
||||
bool mixerInversion = true;
|
||||
bool mixerInversion = false;
|
||||
float motorOutputRange;
|
||||
|
||||
void calculateThrottleAndCurrentMotorEndpoints(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue