1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00
This commit is contained in:
borisbstyle 2017-07-05 15:19:00 +02:00
parent 864b498319
commit 0a7a74965a

View file

@ -499,7 +499,7 @@ void stopPwmAllMotors(void)
float throttle = 0;
float motorOutputMin, motorOutputMax;
bool mixerInversion = true;
bool mixerInversion = false;
float motorOutputRange;
void calculateThrottleAndCurrentMotorEndpoints(void)