Merge pull request #2456 from mikeller/readd_spracingf3mini_spektrum_bind_pin

Re-add Spektrum bind pin for SPRACINGF3MINI / TINYBEEF3.
This commit is contained in:
Michael Keller 2017-02-27 11:19:31 +13:00 committed by GitHub
commit 640bcebcad
1 changed files with 4 additions and 1 deletions

View File

@ -183,9 +183,12 @@
#define BUTTON_B_PIN PB0
#define HARDWARE_BIND_PLUG
#define BINDPLUG_PIN PB0
#define BINDPLUG_PIN BUTTON_B_PIN
#endif
#define SPEKTRUM_BIND
#define BIND_PIN UART2_RX_PIN
#define TARGET_IO_PORTA 0xffff
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC (BIT(13)|BIT(14)|BIT(15))