From 967029289f7e0ad15078b31686bc7320fae52fc3 Mon Sep 17 00:00:00 2001 From: tkl Date: Thu, 11 Aug 2016 08:49:21 +0200 Subject: [PATCH] error correction in board definition file --- .../board/stm32f4-discovery/include/stm32f4-discovery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/firmware/arch/stm32f4xx/board/stm32f4-discovery/include/stm32f4-discovery.h b/source/firmware/arch/stm32f4xx/board/stm32f4-discovery/include/stm32f4-discovery.h index 31d080c..c715c95 100755 --- a/source/firmware/arch/stm32f4xx/board/stm32f4-discovery/include/stm32f4-discovery.h +++ b/source/firmware/arch/stm32f4xx/board/stm32f4-discovery/include/stm32f4-discovery.h @@ -351,7 +351,7 @@ const struct driver gpio_c2 = { // GPIO_C3 static const GPIO_InitTypeDef port_cfg_C3 = { - GPIO_Pin_1, + GPIO_Pin_3, GPIO_Mode_OUT, GPIO_Speed_100MHz, GPIO_OType_PP,