wangchdo commented on code in PR #3333: URL: https://github.com/apache/nuttx-apps/pull/3333#discussion_r2696599177
########## wireless/ieee802154/i8sak/i8sak_events.c: ########## @@ -256,7 +256,11 @@ int i8sak_eventlistener_stop(FAR struct i8sak_s *i8sak) FAR void *value; i8sak->eventlistener_run = false; + +#ifndef CONFIG_DISABLE_ALL_SIGNALS pthread_kill(i8sak->eventlistener_threadid, 2); 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]
