summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall
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 /apps/system/flash_eraseall
parent26f6e9f2200bb058a86f1ec9aed78bbd447da91c (diff)
downloadnuttx-448fb4ab53763a64c0df7eb366426e130dd5d359.tar.gz
nuttx-448fb4ab53763a64c0df7eb366426e130dd5d359.tar.bz2
nuttx-448fb4ab53763a64c0df7eb366426e130dd5d359.zip
Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h
Diffstat (limited to 'apps/system/flash_eraseall')
-rw-r--r--apps/system/flash_eraseall/flash_eraseall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/flash_eraseall/flash_eraseall.c b/apps/system/flash_eraseall/flash_eraseall.c
index e6eebad0c..824360c33 100644
--- a/apps/system/flash_eraseall/flash_eraseall.c
+++ b/apps/system/flash_eraseall/flash_eraseall.c
@@ -44,7 +44,7 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
-#include <nuttx/mtd.h>
+#include <nuttx/mtd/mtd.h>
/****************************************************************************
* Pre-processor Definitions