summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-29 00:48:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-29 00:48:56 +0000
commit83bb7521577bd04d5d734e7314adfd1ad9a8822a (patch)
treef47e83e911bcd8b2ab2807aec0ba74d2f5371f73 /nuttx/configs/stm3210e-eval
parent10b1d29a2b9c142fb1e558102d1ae0a99184f22b (diff)
downloadpx4-nuttx-83bb7521577bd04d5d734e7314adfd1ad9a8822a.tar.gz
px4-nuttx-83bb7521577bd04d5d734e7314adfd1ad9a8822a.tar.bz2
px4-nuttx-83bb7521577bd04d5d734e7314adfd1ad9a8822a.zip
Fixes for recent header file reorganization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2452 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rw-r--r--nuttx/configs/stm3210e-eval/src/up_extmem.c3
-rw-r--r--nuttx/configs/stm3210e-eval/src/up_selectnor.c3
-rw-r--r--nuttx/configs/stm3210e-eval/src/up_selectsram.c3
3 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/up_extmem.c b/nuttx/configs/stm3210e-eval/src/up_extmem.c
index 18c39e844..2209d16c2 100644
--- a/nuttx/configs/stm3210e-eval/src/up_extmem.c
+++ b/nuttx/configs/stm3210e-eval/src/up_extmem.c
@@ -46,8 +46,9 @@
#include <arch/board/board.h>
-#include "up_arch.h"
#include "chip.h"
+#include "up_arch.h"
+
#include "stm32_fsmc.h"
#include "stm32_gpio.h"
#include "stm32_internal.h"
diff --git a/nuttx/configs/stm3210e-eval/src/up_selectnor.c b/nuttx/configs/stm3210e-eval/src/up_selectnor.c
index 3c41b1c9f..a625abc82 100644
--- a/nuttx/configs/stm3210e-eval/src/up_selectnor.c
+++ b/nuttx/configs/stm3210e-eval/src/up_selectnor.c
@@ -43,9 +43,12 @@
#include <stdint.h>
#include <debug.h>
+#include "chip.h"
#include "up_arch.h"
+
#include "stm32_fsmc.h"
#include "stm32_gpio.h"
+#include "stm32_internal.h"
#include "stm3210e-internal.h"
#ifdef CONFIG_STM32_FSMC
diff --git a/nuttx/configs/stm3210e-eval/src/up_selectsram.c b/nuttx/configs/stm3210e-eval/src/up_selectsram.c
index 0b3d2d495..67515a52d 100644
--- a/nuttx/configs/stm3210e-eval/src/up_selectsram.c
+++ b/nuttx/configs/stm3210e-eval/src/up_selectsram.c
@@ -43,9 +43,12 @@
#include <stdint.h>
#include <debug.h>
+#include "chip.h"
#include "up_arch.h"
+
#include "stm32_fsmc.h"
#include "stm32_gpio.h"
+#include "stm32_internal.h"
#include "stm3210e-internal.h"
#ifdef CONFIG_STM32_FSMC