summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-28 17:12:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-28 17:12:36 -0600
commit6ab6d30ded4720552daca863d4384713b5be28ec (patch)
tree180f8ec3a0e9de2a67943cdd480710da3610b170 /apps
parentcbcaa1ed6cd1d933ff93d5e8ab6748bcbf273471 (diff)
downloadnuttx-6ab6d30ded4720552daca863d4384713b5be28ec.tar.gz
nuttx-6ab6d30ded4720552daca863d4384713b5be28ec.tar.bz2
nuttx-6ab6d30ded4720552daca863d4384713b5be28ec.zip
Update ChangeLog
Diffstat (limited to 'apps')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index b0349c527..c082d250a 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1158,4 +1158,6 @@
text based serial communications attached to their Nuttx systems. From
Harald Welte (2014-12-13).
* apps/examples/ltdc and build-related file: Add ltdc test example. From
- Marco Krahl (2014-14-19).
+ Marco Krahl (2014-12-19).
+ * apps/system/cdcacm and usbmsc: Fix some strangely placed conditional
+ compilation. Looks like an automated update gone awry (2014-12-28).