pkarashchenko commented on code in PR #8164:
URL: https://github.com/apache/nuttx/pull/8164#discussion_r1073443964


##########
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:
   ```suggestion
   #define SEM_TYPE_MUTEX            4
   ```
   



-- 
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