summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-25 12:42:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-25 12:42:01 -0600
commit4a5c2a0d7b62efab98f8b0f477e9f76bb30d7bdf (patch)
treef0387173868f1f644766767d1a034f42edc1d5e8 /apps/ChangeLog.txt
parent3ff3472d485e8c0e69845269e8b49151aa0abb4b (diff)
downloadnuttx-4a5c2a0d7b62efab98f8b0f477e9f76bb30d7bdf.tar.gz
nuttx-4a5c2a0d7b62efab98f8b0f477e9f76bb30d7bdf.tar.bz2
nuttx-4a5c2a0d7b62efab98f8b0f477e9f76bb30d7bdf.zip
apps/system/usbmsc: Back out kludge that is no longer needed with the recent fix to the USB MSC class
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 328919363..dbc2e79aa 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -866,3 +866,5 @@
* apps/examples/igmp: Fill out Kconfig file; update makefile so
that the IGMP example can be used as an NSH built-in application.
From Manuel Stühn (2014-3-24).
+ * apps/system/usbmsc: Back out the USBMSC daemon... it is no longer
+ needed with the recent fix to the USBMSC class driver (2014-3-25).