Update rtdef.h

This commit is contained in:
Man, Jianting (Meco) 2022-10-25 23:45:25 -04:00 committed by GitHub
parent e9a2dc0e02
commit c06c4075f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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