mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge pull request #1095 from codepox/master
Bug Fix: Stop motors in 3D mode
This commit is contained in:
commit
1ead7649fb
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ void writeAllMotors(int16_t mc)
|
|||
|
||||
void stopMotors(void)
|
||||
{
|
||||
writeAllMotors(escAndServoConfig->mincommand);
|
||||
writeAllMotors(feature(FEATURE_3D) ? flight3DConfig->neutral3d : escAndServoConfig->mincommand);
|
||||
|
||||
delay(50); // give the timers and ESCs a chance to react.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue