xiaoxiang781216 commented on code in PR #8164: URL: https://github.com/apache/nuttx/pull/8164#discussion_r1073545950
########## include/semaphore.h: ########## @@ -42,6 +42,7 @@ #define SEM_PRIO_INHERIT 1 #define SEM_PRIO_PROTECT 2 #define SEM_PRIO_MASK 3 +#define SEM_PRIO_MUTEX 4 Review Comment: @pkarashchenko here is the patch: https://github.com/apache/nuttx/pull/8182/commits/d45ac2b157e7b9e486708ac375a44b21c4d90303 -- 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