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

Replace gimbal_flags with FEATURE_CHANNEL_FORWARDING and gimbal_mode.

Gimbals are only one use of channel forwarding, PWM video switchers and
PWM buzzers are others.
This commit is contained in:
Dominic Clifton 2015-07-08 16:41:29 +01:00
parent 4ead898f6f
commit 7b91524ba2
10 changed files with 23 additions and 16 deletions

View file

@ -63,7 +63,7 @@ typedef struct drv_pwm_config_t {
#endif
#ifdef USE_SERVOS
bool useServos;
bool extraServos; // configure additional 4 channels in PPM mode as servos, not motors
bool useChannelForwarding; // configure additional channels as servos
uint16_t servoPwmRate;
uint16_t servoCenterPulse;
#endif