summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-12 07:09:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-12 07:09:24 -0600
commit9d75f8cc88cb5c89348a69a73b22c0fc73c5b742 (patch)
treeb7ca84e376729f79c88d72d4e2011aefaaf7efa2 /nuttx/ChangeLog
parent695b0474bebb5b63c3c2d62a07d740866caac7c0 (diff)
downloadnuttx-9d75f8cc88cb5c89348a69a73b22c0fc73c5b742.tar.gz
nuttx-9d75f8cc88cb5c89348a69a73b22c0fc73c5b742.tar.bz2
nuttx-9d75f8cc88cb5c89348a69a73b22c0fc73c5b742.zip
Fix typo/compilation error with USB device DMA memory allocation is enabled
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 c4bb84072..686b517cd 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5126,3 +5126,6 @@
transfers (From Chia Cheng Tsao, 2013-7-8)
* drivers/rwbuffer.c: SourceForge bug #17: Correct typos that can cause
failures in some configurations (From Chia Cheng Tsao, 2013-7-8).
+ * include/nuttx/usb/usbdev.h: Fix some typos that cause compiler errors
+ when CONFIG_USBDEV_DMA and CONFIG_USBDEV_DMAMEMORY are selected (From
+ Chia Cheng Tsao, 2013-7-12).