summaryrefslogtreecommitdiff
path: root/nuttx/configs/spark
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/spark
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/spark')
-rw-r--r--nuttx/configs/spark/src/up_composite.c2
-rw-r--r--nuttx/configs/spark/src/up_nsh.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/spark/src/up_composite.c b/nuttx/configs/spark/src/up_composite.c
index 8cb347057..a82ad75dc 100644
--- a/nuttx/configs/spark/src/up_composite.c
+++ b/nuttx/configs/spark/src/up_composite.c
@@ -50,7 +50,7 @@
#ifdef CONFIG_MTD_SST25
# include <nuttx/spi/spi.h>
-# include <nuttx/mtd.h>
+# include <nuttx/mtd/mtd.h>
# include <sys/mount.h>
#endif
diff --git a/nuttx/configs/spark/src/up_nsh.c b/nuttx/configs/spark/src/up_nsh.c
index 1fb2b4846..45bd8f5e4 100644
--- a/nuttx/configs/spark/src/up_nsh.c
+++ b/nuttx/configs/spark/src/up_nsh.c
@@ -50,7 +50,7 @@
#ifdef CONFIG_MTD_SST25
# include <nuttx/spi/spi.h>
-# include <nuttx/mtd.h>
+# include <nuttx/mtd/mtd.h>
# include <sys/mount.h>
#endif