zyfeier commented on code in PR #7159: URL: https://github.com/apache/incubator-nuttx/pull/7159#discussion_r977284150
########## sched/semaphore/sem_waitirq.c: ########## @@ -97,10 +97,6 @@ void nxsem_wait_irq(FAR struct tcb_s *wtcb, int errcode) sem->semcount++; - /* Indicate that the semaphore wait is over. */ - - wtcb->waitsem = NULL; Review Comment: waitobj will set to NULL in nxsched_remove_blocked() function which will be called later. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org