summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-09 13:45:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-09 13:45:18 -0600
commitc62d9e07abd5345ef8f62d2e7ae6f803025ac5c4 (patch)
tree0ed6dfec4a27de22ab4e35948d44102e659db98c /nuttx/ChangeLog
parent646cfa00a6c003b9be5a4ba2d4a52ae60b8b4336 (diff)
downloadnuttx-c62d9e07abd5345ef8f62d2e7ae6f803025ac5c4.tar.gz
nuttx-c62d9e07abd5345ef8f62d2e7ae6f803025ac5c4.tar.bz2
nuttx-c62d9e07abd5345ef8f62d2e7ae6f803025ac5c4.zip
Fix a compile error that crept into the LPC17xx USB host driver
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 ab57cb70f..b4bd51a59 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6545,4 +6545,7 @@
* Documentation/NuttXCCodingStandard.html: Add a coding standards
document. Very boring stuff (2014-2-6).
* Several changes to restore the native Windows build (2014-2-7).
+ * arch/arm/src/lpc17xx/lpc17_usbhost.c: Fix an compilation error
+ that crept intot he LPC17xx USB host driver. What happened here?
+ (2014-2-8).