mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Re-add Spektrum bind pin for SPRACINGF3MINI / TINYBEEF3.
This commit is contained in:
parent
da1aa44597
commit
7ed1e1914c
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue