Merge pull request #2456 from mikeller/readd_spracingf3mini_spektrum_bind_pin
Re-add Spektrum bind pin for SPRACINGF3MINI / TINYBEEF3.
This commit is contained in:
commit
640bcebcad
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue