summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f3discovery/src/up_nsh.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-09 15:03:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-09 15:03:49 +0000
commit9f1b0571589985f9aaed28f12a0af9c55c56a0c1 (patch)
treed96a6dcb40417d6a69639444f9c111846076e89d /nuttx/configs/stm32f3discovery/src/up_nsh.c
parent04701a1a031e14674a6f98f235b84f60e27b139a (diff)
downloadpx4-nuttx-9f1b0571589985f9aaed28f12a0af9c55c56a0c1.tar.gz
px4-nuttx-9f1b0571589985f9aaed28f12a0af9c55c56a0c1.tar.bz2
px4-nuttx-9f1b0571589985f9aaed28f12a0af9c55c56a0c1.zip
Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f3discovery/src/up_nsh.c')
-rw-r--r--nuttx/configs/stm32f3discovery/src/up_nsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f3discovery/src/up_nsh.c b/nuttx/configs/stm32f3discovery/src/up_nsh.c
index e5321731e..a7d201358 100644
--- a/nuttx/configs/stm32f3discovery/src/up_nsh.c
+++ b/nuttx/configs/stm32f3discovery/src/up_nsh.c
@@ -58,7 +58,7 @@
# include "stm32_usbhost.h"
#endif
-#include "stm32_internal.h"
+#include "stm32.h"
#include "stm32f3discovery-internal.h"
/****************************************************************************