wangchdo commented on code in PR #3333:
URL: https://github.com/apache/nuttx-apps/pull/3333#discussion_r2696972899


##########
wireless/ieee802154/i8sak/i8sak_events.c:
##########
@@ -86,6 +91,9 @@ static pthread_addr_t i8sak_eventthread(pthread_addr_t arg)
 
   while (i8sak->eventlistener_run)
     {
+#ifndef CONFIG_ENABLE_ALL_SIGNALS

Review Comment:
   Done



##########
testing/ostest/mqueue.c:
##########
@@ -382,8 +382,10 @@ void mqueue_test(void)
 
   /* Wake up the receiver thread with a signal */
 
+#ifdef CONFIG_ENABLE_ALL_SIGNALS

Review Comment:
   Done



##########
wireless/ieee802154/i8sak/i8sak_events.c:
##########
@@ -68,6 +68,11 @@ static pthread_addr_t i8sak_eventthread(pthread_addr_t arg)
   FAR struct ieee802154_primitive_s *primitive = NULL;
   int ret = OK;
 
+#ifndef CONFIG_ENABLE_ALL_SIGNALS

Review Comment:
   Done



##########
wireless/ieee802154/i8sak/i8sak_events.c:
##########
@@ -256,7 +264,13 @@ int i8sak_eventlistener_stop(FAR struct i8sak_s *i8sak)
   FAR void *value;
 
   i8sak->eventlistener_run = false;
+
+#ifdef CONFIG_ENABLE_ALL_SIGNALS

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]

Reply via email to