mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Disable baro on CC3D target // More flash space
This commit is contained in:
parent
ed98bf4b66
commit
b745d9e480
1 changed files with 2 additions and 2 deletions
|
@ -136,11 +136,11 @@
|
||||||
|
|
||||||
#undef DISPLAY
|
#undef DISPLAY
|
||||||
#undef SONAR
|
#undef SONAR
|
||||||
#if defined(OPBL) && defined(USE_SERIAL_1WIRE)
|
//#if defined(OPBL) && defined(USE_SERIAL_1WIRE)
|
||||||
#undef BARO
|
#undef BARO
|
||||||
//#undef BLACKBOX
|
//#undef BLACKBOX
|
||||||
#undef GPS
|
#undef GPS
|
||||||
#endif
|
//#endif
|
||||||
#define SKIP_CLI_COMMAND_HELP
|
#define SKIP_CLI_COMMAND_HELP
|
||||||
|
|
||||||
#define SPEKTRUM_BIND
|
#define SPEKTRUM_BIND
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue