Parcourir la source

A comment has been added (#6398)

lpy il y a 3 ans
Parent
commit
ba4ffc2094
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/rtdef.h

+ 1 - 1
include/rtdef.h

@@ -513,7 +513,7 @@ struct rt_object_information
 
 
 /* 1 or 3 */
 /* 1 or 3 */
 #ifndef RT_TIMER_SKIP_LIST_MASK
 #ifndef RT_TIMER_SKIP_LIST_MASK
-#define RT_TIMER_SKIP_LIST_MASK         0x3
+#define RT_TIMER_SKIP_LIST_MASK         0x3             /**< Timer skips the list mask */
 #endif
 #endif
 
 
 /**
 /**