Explorar o código

Update rtdef.h

Man, Jianting (Meco) %!s(int64=2) %!d(string=hai) anos
pai
achega
c06c4075f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/rtdef.h

+ 1 - 1
include/rtdef.h

@@ -774,7 +774,7 @@ struct rt_mutex
     rt_uint8_t           ceiling_priority;              /**< the priority ceiling of mutexe */
     rt_uint8_t           priority;                      /**< the maximal priority for pending thread */
     rt_uint8_t           hold;                          /**< numbers of thread hold the mutex */
-    rt_uint8_t           reserv;
+    rt_uint8_t           reserved;                      /**< reserved field */
 
     struct rt_thread    *owner;                         /**< current owner of mutex */
     rt_list_t            taken_list;                    /**< the object list taken by thread */