1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Allow CLI to be compiled out.

First cut, as proof-of-concept.  This allows CJMCU target to be built
without CLI and with Blackbox.
This commit is contained in:
Dominic Clifton 2015-05-19 23:42:41 +01:00
parent 67c6967da7
commit d0a9d14b87
15 changed files with 35 additions and 6 deletions

View file

@ -113,6 +113,7 @@
#define SERIAL_RX
#define AUTOTUNE
#define USE_SERVOS
#define USE_CLI
#if defined(OPBL)
#undef AUTOTUNE // disabled for OPBL build due to code size.