summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-09 16:50:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-09 16:50:09 -0600
commit79cf3ae32f8f21870b099cd5c6733ba29a1eb5c1 (patch)
tree4fbcf78b3bec7fe4d1697c224083eff4db7208f8 /nuttx/arch/arm/src
parent374ab9074454fd7dcb9074c7b4f214365b1e9b93 (diff)
downloadpx4-nuttx-79cf3ae32f8f21870b099cd5c6733ba29a1eb5c1.tar.gz
px4-nuttx-79cf3ae32f8f21870b099cd5c6733ba29a1eb5c1.tar.bz2
px4-nuttx-79cf3ae32f8f21870b099cd5c6733ba29a1eb5c1.zip
USB HID mouse: Fixes the basic data transfer model. Returned position data is still bad
Diffstat (limited to 'nuttx/arch/arm/src')
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c b/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
index ab0570604..4efdcbdfa 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
@@ -1739,7 +1739,7 @@ static int lpc17_getdevinfo(FAR struct usbhost_driver_s *drvr,
* the class create() method.
* epdesc - Describes the endpoint to be allocated.
* ep - A memory location provided by the caller in which to receive the
- * allocated endpoint desciptor.
+ * allocated endpoint descriptor.
*
* Returned Values:
* On success, zero (OK) is returned. On a failure, a negated errno value is