mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
Configurable Beeper PIN6 CC3D // Less CC3D targets
This commit is contained in:
parent
36aee11cd8
commit
8ecd05b911
7 changed files with 95 additions and 24 deletions
|
@ -69,6 +69,9 @@ typedef struct drv_pwm_config_s {
|
|||
#ifdef USE_SERVOS
|
||||
bool useServos;
|
||||
bool useChannelForwarding; // configure additional channels as servos
|
||||
#ifdef CC3D
|
||||
bool useBuzzerP6;
|
||||
#endif
|
||||
uint16_t servoPwmRate;
|
||||
uint16_t servoCenterPulse;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue