wangchdo commented on code in PR #16942: URL: https://github.com/apache/nuttx/pull/16942#discussion_r2312810753
########## include/nuttx/event.h: ########## @@ -233,8 +243,11 @@ nxevent_mask_t nxevent_wait(FAR nxevent_t *event, nxevent_mask_t events, * ****************************************************************************/ -nxevent_mask_t nxevent_tickwait(FAR nxevent_t *event, nxevent_mask_t events, - nxevent_flags_t eflags, uint32_t delay); +nxevent_mask_t nxevent_tickwait(FAR nxevent_t *event, 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]
