summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-15 07:21:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-15 07:21:52 -0600
commit7fc70dffd9f6614fb13a52bc23d1a21607181146 (patch)
treed59d543ab6b0792df9f0915c6c035944a70b1639 /nuttx/ChangeLog
parentca9fcf8152b27bd0b412e025ca67b42b288fc391 (diff)
downloadnuttx-7fc70dffd9f6614fb13a52bc23d1a21607181146.tar.gz
nuttx-7fc70dffd9f6614fb13a52bc23d1a21607181146.tar.bz2
nuttx-7fc70dffd9f6614fb13a52bc23d1a21607181146.zip
FS mount logic: Fix error in conditional compilation. Reported by Daniel Palmer
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6f8f4cf7b..929c311e9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6052,4 +6052,7 @@
forthcoming USB host controller driver (2013-11-14).
* arch/arm/src/lpc31/lpc31_ehci.c: First cut at an EHCI driver
tailed for the LPC31 (2013-11-14).
+ * fs/fs_mount.c: SMART FS must be included in the conditional
+ compilation for the set of file systems that require block
+ drivers. From Daniel Palmer (2013-11-15).