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:
parent
825475fd43
commit
876fe536e6
3 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue