summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-21 16:39:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-21 16:39:49 -0600
commit8149c74577a60030f94a1270140f165d20e7dfe9 (patch)
tree92c1df3128e17f57c64399da1ed55fb63541fa8f /nuttx/configs
parent0911dcffadb5f2a40cd5b2e0304641a1a00381f0 (diff)
downloadpx4-nuttx-8149c74577a60030f94a1270140f165d20e7dfe9.tar.gz
px4-nuttx-8149c74577a60030f94a1270140f165d20e7dfe9.tar.bz2
px4-nuttx-8149c74577a60030f94a1270140f165d20e7dfe9.zip
LPC3131 EHCI: More fixes
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c b/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c
index 3c6108bef..f321123b4 100644
--- a/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c
+++ b/nuttx/configs/olimex-lpc-h3131/src/lpc31_usbhost.c
@@ -160,7 +160,7 @@ void weak_function lpc31_usbhost_bootinitialize(void)
/* Configure input pin to detect overrcurrent errors */
- gpio_outputhigh(LPC31_IOCONFIG_GPIO, GPIO_NOTG_OVRCR);
+ gpio_configinput(LPC31_IOCONFIG_GPIO, GPIO_NOTG_OVRCR);
/* Configure to receive interrupts on the overrcurrent input pin */
#warning Missing logic