xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r996466761
##########
drivers/usbhost/usbhost_hidkbd.c:
##########
@@ -2551,7 +2504,7 @@ int usbhost_kbdinit(void)
{
/* Perform any one-time initialization of the class implementation */
- nxsem_init(&g_exclsem, 0, 1);
+ nxmutex_init(&g_lock);
Review Comment:
next path
--
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]