summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_gpio.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-11 21:44:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-11 21:44:00 +0000
commitfb8e18e23e3997e065de381bf9b6b54e0c6f331f (patch)
tree0c3fde628a9f6c055b56564c2bf7fb0040567f04 /nuttx/arch/arm/src/stm32/stm32_gpio.c
parent260d6c44c8f61cf6bae4b74291825c1eebd17651 (diff)
downloadpx4-nuttx-fb8e18e23e3997e065de381bf9b6b54e0c6f331f.tar.gz
px4-nuttx-fb8e18e23e3997e065de381bf9b6b54e0c6f331f.tar.bz2
px4-nuttx-fb8e18e23e3997e065de381bf9b6b54e0c6f331f.zip
Add a driver for the SST30VF NOR FLASH parts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5640 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_gpio.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_gpio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_gpio.c b/nuttx/arch/arm/src/stm32/stm32_gpio.c
index a191ee532..d22c38f6c 100644
--- a/nuttx/arch/arm/src/stm32/stm32_gpio.c
+++ b/nuttx/arch/arm/src/stm32/stm32_gpio.c
@@ -54,7 +54,8 @@
#include "chip.h"
#include "stm32_gpio.h"
-#if defined(CONFIG_STM32_STM32F20XX) || defined(CONFIG_STM32_STM32F30XX) || defined(CONFIG_STM32_STM32F40XX)
+#if defined(CONFIG_STM32_STM32F20XX) || defined(CONFIG_STM32_STM32F30XX) || \
+ defined(CONFIG_STM32_STM32F40XX)
# include "chip/stm32_syscfg.h"
#endif