mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
cc3d opbl target -- undef baro to get it to build
without this: region `FLASH' overflowed by 144 bytes
This commit is contained in:
parent
d1da0f5403
commit
804e2268bd
2 changed files with 1 additions and 0 deletions
BIN
obj/betaflight_CC3D.bin
Normal file → Executable file
BIN
obj/betaflight_CC3D.bin
Normal file → Executable file
Binary file not shown.
|
@ -148,6 +148,7 @@
|
||||||
#if defined(OPBL)
|
#if defined(OPBL)
|
||||||
// disabled some features for OPBL build due to code size.
|
// disabled some features for OPBL build due to code size.
|
||||||
#undef AUTOTUNE
|
#undef AUTOTUNE
|
||||||
|
#undef BARO
|
||||||
#undef DISPLAY
|
#undef DISPLAY
|
||||||
#undef SONAR
|
#undef SONAR
|
||||||
#define SKIP_CLI_COMMAND_HELP
|
#define SKIP_CLI_COMMAND_HELP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue