mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fix H7 USART1 AF for PB6 and PB7
This commit is contained in:
parent
5933d96bc3
commit
baa0e8014f
1 changed files with 2 additions and 2 deletions
|
@ -113,12 +113,12 @@ const uartHardware_t uartHardware[UARTDEV_COUNT] = {
|
|||
#endif
|
||||
.rxPins = {
|
||||
{ DEFIO_TAG_E(PA10), GPIO_AF7_USART1 },
|
||||
{ DEFIO_TAG_E(PB7), GPIO_AF4_USART1 },
|
||||
{ DEFIO_TAG_E(PB7), GPIO_AF7_USART1 },
|
||||
{ DEFIO_TAG_E(PB15), GPIO_AF4_USART1 },
|
||||
},
|
||||
.txPins = {
|
||||
{ DEFIO_TAG_E(PA9), GPIO_AF7_USART1 },
|
||||
{ DEFIO_TAG_E(PB6), GPIO_AF4_USART1 },
|
||||
{ DEFIO_TAG_E(PB6), GPIO_AF7_USART1 },
|
||||
{ DEFIO_TAG_E(PB14), GPIO_AF4_USART1 },
|
||||
},
|
||||
.rcc = RCC_APB2(USART1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue