1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +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

@ -128,11 +128,15 @@
#define SERIAL_RX
#define USE_SERVOS
#define USE_CLI
//#define SONAR
#define SONAR
//#define GPS
#undef BARO
#ifdef CC3D_OPBL
#define SKIP_CLI_COMMAND_HELP
#define SKIP_PID_LUXFLOAT
#undef SONAR
#undef GPS
#endif