Added 'CLI_MINIMAL_VERBOSITY' for all F1 targets.

This commit is contained in:
mikeller 2016-12-12 22:30:35 +13:00
parent e0bce3728b
commit 8cab0686c0
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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