1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Re-add Spektrum bind pin for SPRACINGF3MINI / TINYBEEF3.

This commit is contained in:
mikeller 2017-02-22 01:00:33 +13:00 committed by Michael Keller
parent da1aa44597
commit 7ed1e1914c

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