mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 16:22:23 +08:00
arch/arm/imxrt: Fix incorrect symbol on imxtrt_ehci
Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
committed by
Alan C. Assis
parent
e26936b262
commit
732a31c2bf
@@ -5055,7 +5055,7 @@ struct usbhost_connection_s *imxrt_ehci_initialize(int controller)
|
||||
hport->speed = USB_SPEED_FULL;
|
||||
}
|
||||
|
||||
# ifndef CONFIG_IMXRT_EHCI_PREALLOCATE
|
||||
# ifndef CONFIG_IMXRT_EHCI_USB1_PREALLOCATE
|
||||
/* Allocate a pool of free Queue Head (QH) structures */
|
||||
|
||||
g_qhpool = kmm_memalign(32, CONFIG_IMXRT_EHCI_USB1_NQHS *
|
||||
|
||||
Reference in New Issue
Block a user