xiaoxiang781216 commented on code in PR #7472: URL: https://github.com/apache/incubator-nuttx/pull/7472#discussion_r1011122542
########## arch/arm/src/lpc43xx/lpc43_ehci.c: ########## @@ -5240,10 +5238,6 @@ struct usbhost_connection_s *lpc43_ehci_initialize(int controller) up_enable_irq(LPC43M4_IRQ_USB0); /* enable USB interrupt */ usbhost_vtrace1(EHCI_VTRACE1_INIITIALIZED, 0); - /* Initialize and return the connection interface */ - - g_ehciconn.wait = lpc43_wait; - g_ehciconn.enumerate = lpc43_enumerate; Review Comment: move to new patch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
