mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fix Fast PWM synced update for non ONESHOT125
This commit is contained in:
parent
bb880e68d3
commit
77dc19e9d9
3 changed files with 5 additions and 5 deletions
|
@ -213,6 +213,6 @@ int servoDirection(int servoIndex, int fromChannel);
|
|||
#endif
|
||||
void mixerResetDisarmedMotors(void);
|
||||
void mixTable(void);
|
||||
void writeMotors(uint8_t unsyncedPwm);
|
||||
void writeMotors(uint8_t fastPwmProtocol, uint8_t unsyncedPwm);
|
||||
void stopMotors(void);
|
||||
void StopPwmAllMotors(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue