Browse Source

Add the comment of number_mask (#6873)

螺丝松掉的人 2 years ago
parent
commit
3a5d1c17a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/rtdef.h

+ 1 - 1
include/rtdef.h

@@ -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 */