hujun260 commented on code in PR #15033: URL: https://github.com/apache/nuttx/pull/15033#discussion_r1867661010
########## arch/arm/src/rp23xx/rp23xx_usbdev.c: ########## @@ -1713,7 +1714,7 @@ static int rp23xx_epstall_exec(struct usbdev_ep_s *ep) usbtrace(TRACE_EPSTALL, privep->epphy); - flags = spin_lock_irqsave(NULL); + flags = spin_lock_irqsave(&g_usbdev.lock); Review Comment: done -- 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]
