Merge pull request #898 from AndersHoglund/fix_revo_sat_bind

Enable spektrum sat bind on REVO, REVNANO and BLUEJAYF4.
This commit is contained in:
J Blackman 2016-08-06 07:53:19 +10:00 committed by GitHub
commit e4011e9c5e
3 changed files with 11 additions and 0 deletions

View File

@ -161,6 +161,9 @@
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
#define SPEKTRUM_BIND
#define BIND_PIN PB11
#define TARGET_IO_PORTA 0xffff
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC 0xffff

View File

@ -112,6 +112,10 @@
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
#define DEFAULT_FEATURES (FEATURE_BLACKBOX)
#define SPEKTRUM_BIND
// USART3,
#define BIND_PIN PB11
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
#define TARGET_IO_PORTA 0xffff

View File

@ -92,6 +92,10 @@
#define USE_SERVOS
#define USE_CLI
#define SPEKTRUM_BIND
// USART2, PA3
#define BIND_PIN PA3
#define TARGET_IO_PORTA 0xffff
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC 0xffff