summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-14 14:45:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-14 14:45:30 +0000
commitc5c3f5ad84cce90b89cff4d88334789c2bc2e2f9 (patch)
tree5e3bd37f24bb5ccb1f3ad5b5192d9beff1df8242 /nuttx/ChangeLog
parent9680f958408f49a75ea7b49dade839e72937a074 (diff)
downloadpx4-nuttx-c5c3f5ad84cce90b89cff4d88334789c2bc2e2f9.tar.gz
px4-nuttx-c5c3f5ad84cce90b89cff4d88334789c2bc2e2f9.tar.bz2
px4-nuttx-c5c3f5ad84cce90b89cff4d88334789c2bc2e2f9.zip
Button test can now be built as an NSH command
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4091 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ed9670b3c..f0ace7fb4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2184,7 +2184,7 @@
if the block size is large, but can be common for tiny block sizes
and results in a crash and file system corruption.
* fs/nxffs/nxffs_initialize.c: Fix an initialize error. If the FLASH
- is on power-up, NXFFS will fail to initialize correctly.
+ is full on power-up, NXFFS will fail to initialize correctly.
* fs/nxffs/nxffs_write.c and nxffs_pack.c: Fix an error that can occur
when attempt to write to FLASH volume that is completely full but
has no value inodes on it.