mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #1379 from martinbudden/bf_cc3d_rom
Added back 4way blheli for CC3D
This commit is contained in:
commit
eef0d7a761
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
// USART3, PB11 (Flexport)
|
||||
#define BIND_PIN PB11
|
||||
|
||||
//#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
|
||||
//#define SONAR
|
||||
//#define SONAR_ECHO_PIN PB0
|
||||
|
@ -121,6 +121,7 @@
|
|||
#undef BARO
|
||||
#undef SONAR
|
||||
#undef LED_STRIP
|
||||
#undef USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
#endif
|
||||
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue