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:
parent
3cdbaaf14d
commit
87ae1616d6
5 changed files with 7 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue