wangchdo commented on code in PR #3333:
URL: https://github.com/apache/nuttx-apps/pull/3333#discussion_r2696590026
##########
examples/usrsocktest/usrsocktest_wake_with_signal.c:
##########
@@ -560,8 +560,9 @@ static void do_wake_test(enum e_test_type type, int flags)
for (tidx = 0; tidx < nthreads; tidx++)
{
+#ifndef CONFIG_DISABLE_ALL_SIGNALS
pthread_kill(tid[tidx], SIGUSR1);
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]