mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +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
|
@ -148,6 +148,7 @@
|
|||
#if defined(OPBL)
|
||||
// disabled some features for OPBL build due to code size.
|
||||
#undef AUTOTUNE
|
||||
#undef BARO
|
||||
#undef DISPLAY
|
||||
#undef SONAR
|
||||
#define SKIP_CLI_COMMAND_HELP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue