1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #3005 from bnn1044/master

change the spektrum_bind_pin to RX6 CL_RACINGF4
This commit is contained in:
Michael Keller 2017-05-03 18:02:42 +12:00 committed by GitHub
commit 99b21a4f4d

View file

@ -195,11 +195,13 @@
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
#if defined(CL_RACINGF4)
#define DEFAULT_FEATURES (FEATURE_TELEMETRY | FEATURE_OSD )
#define SPEKTRUM_BIND_PIN UART6_RX_PIN
#else
#define DEFAULT_FEATURES (FEATURE_OSD)
#define AVOID_UART1_FOR_PWM_PPM
#endif
#define SPEKTRUM_BIND_PIN UART1_RX_PIN
#endif
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))