summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-12 14:25:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-12 14:25:15 -0600
commitddd9938f87309a69b1aeffc3b2f5455aff27fb7a (patch)
tree326cb3754f122b838b06758dbbb549afa8f4c3a3
parent2678f4cf2c559c4068091b26df140ce33f1157c3 (diff)
downloadpx4-nuttx-ddd9938f87309a69b1aeffc3b2f5455aff27fb7a.tar.gz
px4-nuttx-ddd9938f87309a69b1aeffc3b2f5455aff27fb7a.tar.bz2
px4-nuttx-ddd9938f87309a69b1aeffc3b2f5455aff27fb7a.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fd2e43cd4..2f9992842 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10150,5 +10150,7 @@
however, was expecting to get time in units of days. This problem
has been there forever but obiously has not significant impact to
behavior in systems where time is not visible (2015-04-12).
+ * fs/fat/fs_fat32utils.c: Fix misthink when CONFIG_ENDIAN_BIG=y. From
+ Lwazi Dube (2015-04-12).