1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1849 Uncrustify

This commit is contained in:
Steve Evans 2015-04-26 21:45:43 +01:00
parent e89356deb2
commit 5c5c8b5947

View File

@ -1113,14 +1113,14 @@ static const struct pios_usart_cfg pios_usart_rcvrport_cfg = {
},
.dtr = {
// FlexIO pin 9
.gpio = GPIOC,
.init = {
.GPIO_Pin = GPIO_Pin_8,
// FlexIO pin 9
.gpio = GPIOC,
.init = {
.GPIO_Pin = GPIO_Pin_8,
.GPIO_Speed = GPIO_Speed_25MHz,
.GPIO_Mode = GPIO_Mode_OUT,
.GPIO_OType = GPIO_OType_PP,
},
},
},
.tx = {