1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-865 #resolve #comment "Merged ino next"

This commit is contained in:
Oleg Semyonov 2013-03-07 15:42:49 +02:00
commit 2537255372

View File

@ -1281,13 +1281,13 @@ static const struct pios_tim_channel pios_tim_servoport_all_pins[] = {
.pin = { .pin = {
.gpio = GPIOA, .gpio = GPIOA,
.init = { .init = {
.GPIO_Pin = GPIO_Pin_1, .GPIO_Pin = GPIO_Pin_0,
.GPIO_Speed = GPIO_Speed_2MHz, .GPIO_Speed = GPIO_Speed_2MHz,
.GPIO_Mode = GPIO_Mode_AF, .GPIO_Mode = GPIO_Mode_AF,
.GPIO_OType = GPIO_OType_PP, .GPIO_OType = GPIO_OType_PP,
.GPIO_PuPd = GPIO_PuPd_UP .GPIO_PuPd = GPIO_PuPd_UP
}, },
.pin_source = GPIO_PinSource1, .pin_source = GPIO_PinSource0,
}, },
.remap = GPIO_AF_TIM5, .remap = GPIO_AF_TIM5,
}, },