1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

White space tidy

This commit is contained in:
jflyper 2020-02-15 14:59:11 +09:00 committed by mikeller
parent d25c852098
commit ff16686893
58 changed files with 310 additions and 310 deletions

View file

@ -179,10 +179,10 @@ const uartHardware_t uartHardware[UARTDEV_COUNT] = {
.txDMAResource = (dmaResource_t *)UART4_TX_DMA_CHANNEL,
#endif
.rxPins = {
{ DEFIO_TAG_E(PC11), GPIO_AF5_UART4 },
{ DEFIO_TAG_E(PC11), GPIO_AF5_UART4 },
},
.txPins = {
{ DEFIO_TAG_E(PC10), GPIO_AF5_UART4 },
{ DEFIO_TAG_E(PC10), GPIO_AF5_UART4 },
},
.rcc_apb1 = RCC_APB11(UART4),
.rxIrq = UART4_IRQn,