mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Merge pull request #3005 from bnn1044/master
change the spektrum_bind_pin to RX6 CL_RACINGF4
This commit is contained in:
commit
99b21a4f4d
1 changed files with 3 additions and 1 deletions
|
@ -195,11 +195,13 @@
|
||||||
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
|
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
|
||||||
#if defined(CL_RACINGF4)
|
#if defined(CL_RACINGF4)
|
||||||
#define DEFAULT_FEATURES (FEATURE_TELEMETRY | FEATURE_OSD )
|
#define DEFAULT_FEATURES (FEATURE_TELEMETRY | FEATURE_OSD )
|
||||||
|
#define SPEKTRUM_BIND_PIN UART6_RX_PIN
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_FEATURES (FEATURE_OSD)
|
#define DEFAULT_FEATURES (FEATURE_OSD)
|
||||||
#define AVOID_UART1_FOR_PWM_PPM
|
#define AVOID_UART1_FOR_PWM_PPM
|
||||||
#endif
|
|
||||||
#define SPEKTRUM_BIND_PIN UART1_RX_PIN
|
#define SPEKTRUM_BIND_PIN UART1_RX_PIN
|
||||||
|
#endif
|
||||||
|
|
||||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||||
|
|
||||||
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))
|
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue