summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:38:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:38:48 -0600
commit25c295c69751b8a65c692af565abe4cccfc281c4 (patch)
tree01a0127d3dc4a74974d63f6dc390c0a125fca6a0 /nuttx/include
parent9a624926254d50891f34399e245038c467233367 (diff)
downloadpx4-nuttx-25c295c69751b8a65c692af565abe4cccfc281c4.tar.gz
px4-nuttx-25c295c69751b8a65c692af565abe4cccfc281c4.tar.bz2
px4-nuttx-25c295c69751b8a65c692af565abe4cccfc281c4.zip
Move smart.h to include/nuttx/fs/smart.h
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/fs/smart.h (renamed from nuttx/include/nuttx/smart.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/smart.h b/nuttx/include/nuttx/fs/smart.h
index 7e9fafd77..7ec7de558 100644
--- a/nuttx/include/nuttx/smart.h
+++ b/nuttx/include/nuttx/fs/smart.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * include/nuttx/smart.h
+ * include/nuttx/fs/smart.h
* Sector Mapped Allocation for Really Tiny (SMART) FLASH interface
*
* Copyright (C) 2013 Ken Pettit. All rights reserved.