summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou/src/up_usb.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 15:54:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 15:54:37 -0600
commit6c6c41ff791f5ab36108c84eb10aca162e48cc0e (patch)
tree7995212d68c1e06d3272138af169ad5866dba023 /nuttx/configs/shenzhou/src/up_usb.c
parent3b9fcb97ed990bcdfc36df0414828ce4e0ce8100 (diff)
downloadpx4-nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.gz
px4-nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.tar.bz2
px4-nuttx-6c6c41ff791f5ab36108c84eb10aca162e48cc0e.zip
Fix some cloned errors in SAM GPIO interrupt setup
Diffstat (limited to 'nuttx/configs/shenzhou/src/up_usb.c')
-rw-r--r--nuttx/configs/shenzhou/src/up_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/shenzhou/src/up_usb.c b/nuttx/configs/shenzhou/src/up_usb.c
index e3416d86e..948974c4a 100644
--- a/nuttx/configs/shenzhou/src/up_usb.c
+++ b/nuttx/configs/shenzhou/src/up_usb.c
@@ -256,7 +256,7 @@ void stm32_usbhost_vbusdrive(int iface, bool enable)
* Setup to receive an interrupt-level callback if an overcurrent condition is
* detected.
*
- * Input paramter:
+ * Input Parameter:
* handler - New overcurrent interrupt handler
*
* Returned value: