wangchdo commented on code in PR #17272:
URL: https://github.com/apache/nuttx/pull/17272#discussion_r2486336039


##########
sched/event/event_post.c:
##########
@@ -133,11 +133,11 @@ int nxevent_post(FAR nxevent_t *event, nxevent_mask_t 
events,
               break;
             }
         }
+    }
 
-      if (clear)
-        {
-          event->events &= ~clear;
-        }
+  if (clear)

Review Comment:
   I’ve uploaded the changes, and the nxevent tests have been executed and 
passed.
   I also added a commit to enable the EVENT module on the two boards used in 
the CI tests, so the event module will now be tested in CI.



-- 
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]

Reply via email to