From 78236d6e0062c249e88cc1d91c727614e656a494 Mon Sep 17 00:00:00 2001 From: Federico Ruiz Ugalde Date: Wed, 26 Jun 2013 01:58:28 -0600 Subject: [PATCH] Fixed missing gpio F port stm32f3. --- include/libopencm3/stm32/common/gpio_common_f234.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/stm32/common/gpio_common_f234.h b/include/libopencm3/stm32/common/gpio_common_f234.h index f971baf5..4e9ec1ec 100644 --- a/include/libopencm3/stm32/common/gpio_common_f234.h +++ b/include/libopencm3/stm32/common/gpio_common_f234.h @@ -50,10 +50,10 @@ specific memorymap.h header before including this header file.*/ #define GPIOC GPIO_PORT_C_BASE #define GPIOD GPIO_PORT_D_BASE #define GPIOE GPIO_PORT_E_BASE +#define GPIOF GPIO_PORT_F_BASE #if !defined (STM32F3) -#define GPIOF GPIO_PORT_F_BASE #define GPIOG GPIO_PORT_G_BASE #define GPIOH GPIO_PORT_H_BASE #define GPIOI GPIO_PORT_I_BASE