wangchdo commented on code in PR #17223: URL: https://github.com/apache/nuttx/pull/17223#discussion_r2458204570
########## include/nuttx/event.h: ########## @@ -66,7 +67,7 @@ struct nxevent_wait_s struct list_node node; /* Wait node of current task */ nxevent_mask_t expect; /* Expect events of wait task */ nxevent_flags_t eflags; /* Event flags of wait task */ - sem_t sem; /* Wait sem of current task */ 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]
