summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-07 10:12:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-07 10:12:02 -0600
commit41f052cc7b494d198e5bcb662790c1c1102c5dfb (patch)
tree34e36a41bb604d7869c5b97b2693528875dec51e /apps/ChangeLog.txt
parenta565e702360db5afd59864a83f6f922b7e8817de (diff)
downloadnuttx-41f052cc7b494d198e5bcb662790c1c1102c5dfb.tar.gz
nuttx-41f052cc7b494d198e5bcb662790c1c1102c5dfb.tar.bz2
nuttx-41f052cc7b494d198e5bcb662790c1c1102c5dfb.zip
Fix warnings in USB MSC when compiled for a high speed device; also fix USB MSC default VID/PID configuration
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index c91f07574..4d076afa1 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -640,5 +640,5 @@
though msconn returned. The USB MSC logic really should not use
a pthread, but we are stuck with that for now. The work-around
is the msconn now daemonizes itself so that it so taht the pthread
- is created in a different task group (2013-8-6).
+ is created in a different task group (2013-9-7).