wangchdo commented on code in PR #16944:
URL: https://github.com/apache/nuttx/pull/16944#discussion_r2318588899


##########
include/semaphore.h:
##########
@@ -195,6 +199,9 @@ int        sem_close(FAR sem_t *sem);
 int        sem_unlink(FAR const char *name);
 #endif
 
+#ifdef CONFIG_CUSTOM_SEMAPHORE_MAXVALUE
+int        nxsem_setmaxvalue(FAR sem_t *sem, int32_t maxvalue);

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