From ec634ef3e73b13224bbd0ee609301456b07d3d16 Mon Sep 17 00:00:00 2001 From: FredericG Date: Sat, 19 Feb 2011 09:11:00 +0000 Subject: [PATCH] debug-pins, small fix git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2808 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/OpenPilot/System/pios_board.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flight/OpenPilot/System/pios_board.c b/flight/OpenPilot/System/pios_board.c index 133b7bb41..84fbd439c 100644 --- a/flight/OpenPilot/System/pios_board.c +++ b/flight/OpenPilot/System/pios_board.c @@ -848,7 +848,7 @@ static const struct stm32_gpio pios_debug_pins[] = { .init = { .GPIO_Pin = GPIO_Pin_6, .GPIO_Speed = GPIO_Speed_50MHz, - .GPIO_Mode = GPIO_Mode_Out_PP; + .GPIO_Mode = GPIO_Mode_Out_PP, }, }, #define PIOS_DEBUG_PIN_SERVO_2 1 @@ -857,7 +857,7 @@ static const struct stm32_gpio pios_debug_pins[] = { .init = { .GPIO_Pin = GPIO_Pin_7, .GPIO_Speed = GPIO_Speed_50MHz, - .GPIO_Mode = GPIO_Mode_Out_PP; + .GPIO_Mode = GPIO_Mode_Out_PP, }, }, #define PIOS_DEBUG_PIN_SERVO_3 2 @@ -866,7 +866,7 @@ static const struct stm32_gpio pios_debug_pins[] = { .init = { .GPIO_Pin = GPIO_Pin_8, .GPIO_Speed = GPIO_Speed_50MHz, - .GPIO_Mode = GPIO_Mode_Out_PP; + .GPIO_Mode = GPIO_Mode_Out_PP, }, }, #define PIOS_DEBUG_PIN_SERVO_4 3 @@ -875,7 +875,7 @@ static const struct stm32_gpio pios_debug_pins[] = { .init = { .GPIO_Pin = GPIO_Pin_9, .GPIO_Speed = GPIO_Speed_50MHz, - .GPIO_Mode = GPIO_Mode_Out_PP; + .GPIO_Mode = GPIO_Mode_Out_PP, }, }, #define PIOS_DEBUG_PIN_SERVO_5 4 @@ -884,7 +884,7 @@ static const struct stm32_gpio pios_debug_pins[] = { .init = { .GPIO_Pin = GPIO_Pin_6, .GPIO_Speed = GPIO_Speed_50MHz, - .GPIO_Mode = GPIO_Mode_Out_PP; + .GPIO_Mode = GPIO_Mode_Out_PP, }, }, #define PIOS_DEBUG_PIN_SERVO_6 5 @@ -893,7 +893,7 @@ static const struct stm32_gpio pios_debug_pins[] = { .init = { .GPIO_Pin = GPIO_Pin_7, .GPIO_Speed = GPIO_Speed_50MHz, - .GPIO_Mode = GPIO_Mode_Out_PP; + .GPIO_Mode = GPIO_Mode_Out_PP, }, }, #define PIOS_DEBUG_PIN_SERVO_7 6 @@ -902,7 +902,7 @@ static const struct stm32_gpio pios_debug_pins[] = { .init = { .GPIO_Pin = GPIO_Pin_8, .GPIO_Speed = GPIO_Speed_50MHz, - .GPIO_Mode = GPIO_Mode_Out_PP; + .GPIO_Mode = GPIO_Mode_Out_PP, }, }, #define PIOS_DEBUG_PIN_SERVO_8 7 @@ -911,7 +911,7 @@ static const struct stm32_gpio pios_debug_pins[] = { .init = { .GPIO_Pin = GPIO_Pin_9, .GPIO_Speed = GPIO_Speed_50MHz, - .GPIO_Mode = GPIO_Mode_Out_PP; + .GPIO_Mode = GPIO_Mode_Out_PP, }, }, };