summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 9750a63f8..17c230968 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5108,4 +5108,7 @@
Change error to ERROR (2013-7-3).
* arch/arm/src/sam34/sam_gpioirq.c: Fix some errors for interrupts
on ports D-F (2013-7-3).
+ * /drivers/usbdev/composite.c: Fix a type in the composite device
+ driver unitialization logic. DEV1 should be DEV2 in one case
+ (2013-7-4).