Add the comment of number_mask (#6873)

This commit is contained in:
螺丝松掉的人
2023-01-21 22:47:05 +08:00
committed by GitHub
parent 634ac13c12
commit 3a5d1c17a1
+1 -1
View File
@@ -779,7 +779,7 @@ struct rt_thread
rt_uint8_t number;
rt_uint8_t high_mask;
#endif /* RT_THREAD_PRIORITY_MAX > 32 */
rt_uint32_t number_mask;
rt_uint32_t number_mask; /**< priority number mask */
#ifdef RT_USING_MUTEX
/* object for IPC */