Merge pull request #1814 from mikeller/cli_minimal_verbosity_for_all_f1

Added 'CLI_MINIMAL_VERBOSITY' for all F1 targets.
This commit is contained in:
Martin Budden 2016-12-13 11:27:05 +01:00 committed by GitHub
commit ea8cd85104
3 changed files with 2 additions and 3 deletions

View File

@ -107,7 +107,6 @@
//#define SONAR_TRIGGER_PIN PB5
#undef GPS
#define CLI_MINIMAL_VERBOSITY
#undef MAG
#ifdef CC3D_OPBL

View File

@ -21,8 +21,6 @@
#define USE_HARDWARE_REVISION_DETECTION
#define TARGET_BUS_INIT
#define CLI_MINIMAL_VERBOSITY
#define BOARD_HAS_VOLTAGE_DIVIDER
#define LED0 PB3

View File

@ -45,6 +45,8 @@
// Using RX DMA disables the use of receive callbacks
#define USE_UART1_RX_DMA
#define USE_UART1_TX_DMA
#define CLI_MINIMAL_VERBOSITY
#endif
#define SERIAL_RX