summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-23 18:10:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-23 18:10:02 -0600
commit838406f9a042bc6ef21bed330c03b1a2cee700a0 (patch)
tree74517a8e075f80b0de4d45c80cab877f180598bc /apps/ChangeLog.txt
parent7e12770b3e30996db6660b99fd3df393aa1918de (diff)
downloadnuttx-838406f9a042bc6ef21bed330c03b1a2cee700a0.tar.gz
nuttx-838406f9a042bc6ef21bed330c03b1a2cee700a0.tar.bz2
nuttx-838406f9a042bc6ef21bed330c03b1a2cee700a0.zip
USB monitor: Fix some bad conditional compilation
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 268278816..9c5a93280 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -659,4 +659,6 @@
* apps/examples/cc3000: Condition the CC3000 example on having
selected the CC3000 device. Otherwise, you are prompted for
this the CC3000 option on each 'make oldconfig' (2013-9-18).
+ * apps/system/usbmonitor/usbmonitor.c: Fix some bad conditional
+ compilation probably introduced on 2013-9-9 (2013-9-23).