aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-21 18:01:07 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-21 18:01:07 +0000
commitc22a13ef4ae689ff6ff1973fba950c6e673342af (patch)
tree49b04c6302cb3eb451491553f4e767f1a1a66bfa /nuttx/ChangeLog
parent0247373e8f497d14f609fad20329f201b5f00941 (diff)
downloadpx4-firmware-c22a13ef4ae689ff6ff1973fba950c6e673342af.tar.gz
px4-firmware-c22a13ef4ae689ff6ff1973fba950c6e673342af.tar.bz2
px4-firmware-c22a13ef4ae689ff6ff1973fba950c6e673342af.zip
Move file-system header files to include/nuttx/fs
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4499 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 229326e99..b923409c3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2579,3 +2579,5 @@
the USB device driver can used the the mass storage class (which does a LOT
of stalling as part of its normal protocol). The PIC32 USB Mass Storage
device is, however, still non-functional when debug is OFF.
+ * include/nuttx/fs: Move all file-system related files from include/nuttx to
+ include/nuttx/fs.