mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
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:
commit
ea8cd85104
3 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue