tmedicci commented on code in PR #1707:
URL: https://github.com/apache/nuttx-apps/pull/1707#discussion_r1171158457


##########
examples/pipe/interlock_test.c:
##########
@@ -104,7 +148,7 @@ static void *null_writer(pthread_addr_t pvarg)
 
 int interlock_test(void)
 {
-  pthread_t writerid;
+  pthread_t readerid, writerid;

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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to