change the spektrum_bind_pin to RX6 CL_RACINGF4

change the spektrum_bind_pin to UART6_RX_PIN for CL_RACINGF4
This commit is contained in:
Cheng Lin 2017-05-02 21:34:24 -04:00 committed by GitHub
parent 09819aba26
commit 5f24cf5a70
1 changed files with 3 additions and 1 deletions

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)))