summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-15 11:22:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-15 11:22:23 -0600
commit448fb4ab53763a64c0df7eb366426e130dd5d359 (patch)
tree0f685afe0b65eb28541e4b14ac928ce7b6683ebe /nuttx/configs/stm3220g-eval
parent26f6e9f2200bb058a86f1ec9aed78bbd447da91c (diff)
downloadpx4-nuttx-448fb4ab53763a64c0df7eb366426e130dd5d359.tar.gz
px4-nuttx-448fb4ab53763a64c0df7eb366426e130dd5d359.tar.bz2
px4-nuttx-448fb4ab53763a64c0df7eb366426e130dd5d359.zip
Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h
Diffstat (limited to 'nuttx/configs/stm3220g-eval')
-rw-r--r--nuttx/configs/stm3220g-eval/src/up_nsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3220g-eval/src/up_nsh.c b/nuttx/configs/stm3220g-eval/src/up_nsh.c
index afdd01798..37becd242 100644
--- a/nuttx/configs/stm3220g-eval/src/up_nsh.c
+++ b/nuttx/configs/stm3220g-eval/src/up_nsh.c
@@ -47,7 +47,7 @@
#ifdef CONFIG_STM32_SPI1
# include <nuttx/spi/spi.h>
-# include <nuttx/mtd.h>
+# include <nuttx/mtd/mtd.h>
#endif
#ifdef CONFIG_STM32_SDIO