1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Further better use of pwmAreMotorsEnabled

This commit is contained in:
Martin Budden 2017-07-05 06:21:36 +01:00
parent 3cdbaaf14d
commit 87ae1616d6
5 changed files with 7 additions and 12 deletions

View file

@ -469,9 +469,8 @@ void writeMotors(void)
for (int i = 0; i < motorCount; i++) {
pwmWriteMotor(i, motor[i]);
}
pwmCompleteMotorUpdate(motorCount);
}
pwmCompleteMotorUpdate(motorCount);
}
static void writeAllMotors(int16_t mc)