LPC3131 EHCI: More fixes

This commit is contained in:
Gregory Nutt 2013-11-21 16:39:49 -06:00
parent a6093ec53b
commit bf51126235

View File

@ -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