1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Fixed CC3D related build flags.

This commit is contained in:
Martin Budden 2016-05-05 15:19:50 +01:00
parent 825475fd43
commit 876fe536e6
3 changed files with 11 additions and 4 deletions

View file

@ -70,11 +70,11 @@ 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
#ifdef CC3D
bool useBuzzerP6;
#endif
bool airplane; // fixed wing hardware config, lots of servos etc
uint16_t motorPwmRate;