LPC31 EHCI: Verified that driver works with keyboard (low-speed, interrupt endpoints)
This commit is contained in:
parent
4b8ba0cddc
commit
d44b690dce
@ -4284,7 +4284,7 @@ FAR struct usbhost_connection_s *lpc31_ehci_initialize(int controller)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(CONFIG_LPC31_EHCI_PREALLOCATE) || !defined(CONFIG_USBHOST_INT_DISABLE)
|
#if !defined(CONFIG_LPC31_EHCI_PREALLOCATE) && !defined(CONFIG_USBHOST_INT_DISABLE)
|
||||||
/* Allocate the periodic framelist */
|
/* Allocate the periodic framelist */
|
||||||
|
|
||||||
g_framelist = (uint32_t *)
|
g_framelist = (uint32_t *)
|
||||||
|
Loading…
Reference in New Issue
Block a user