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
|
||||
|
||||
#undef GPS
|
||||
#define CLI_MINIMAL_VERBOSITY
|
||||
#undef MAG
|
||||
|
||||
#ifdef CC3D_OPBL
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue