1
0
Fork 0
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:
nathan 2015-08-22 12:47:51 -07:00 committed by borisbstyle
parent d1da0f5403
commit 804e2268bd
2 changed files with 1 additions and 0 deletions

View file

@ -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