mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Seperate ONESHOT125 feature from fast_pwm_protocol
This commit is contained in:
parent
80e047e651
commit
f1d422c322
8 changed files with 18 additions and 13 deletions
|
@ -71,7 +71,7 @@ typedef struct drv_pwm_config_s {
|
|||
#ifdef USE_SERVOS
|
||||
bool useServos;
|
||||
bool useChannelForwarding; // configure additional channels as servos
|
||||
uint8_t fastPwmProtocolType;
|
||||
uint8_t pwmProtocolType;
|
||||
uint16_t servoPwmRate;
|
||||
uint16_t servoCenterPulse;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue