mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Fixed defines for serial 4 way in IRCFUSIONF3
This commit is contained in:
parent
6635ce68da
commit
b85864305f
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,8 @@
|
||||||
// USART3,
|
// USART3,
|
||||||
#define BIND_PIN PB11
|
#define BIND_PIN PB11
|
||||||
|
|
||||||
|
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||||
|
/*
|
||||||
#define USE_SERIAL_4WAY_BLHELI_BOOTLOADER
|
#define USE_SERIAL_4WAY_BLHELI_BOOTLOADER
|
||||||
#define USE_SERIAL_4WAY_SK_BOOTLOADER
|
#define USE_SERIAL_4WAY_SK_BOOTLOADER
|
||||||
|
|
||||||
|
@ -125,6 +127,7 @@
|
||||||
#define S1W_RX_GPIO GPIOA
|
#define S1W_RX_GPIO GPIOA
|
||||||
#define S1W_RX_PIN GPIO_Pin_10
|
#define S1W_RX_PIN GPIO_Pin_10
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
// IO - stm32f303cc in 48pin package
|
// IO - stm32f303cc in 48pin package
|
||||||
#define TARGET_IO_PORTA 0xffff
|
#define TARGET_IO_PORTA 0xffff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue