Added 'CLI_MINIMAL_VERBOSITY' for all F1 targets.
This commit is contained in:
parent
e0bce3728b
commit
8cab0686c0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue