Merge pull request #5503 from whj4674672/notes

update notes
This commit is contained in:
guo 2022-01-13 15:42:39 +08:00 committed by GitHub
commit ac4b5e1216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ struct rt_thread
#ifdef RT_USING_SMP
rt_uint8_t bind_cpu; /**< thread is bind to cpu */
rt_uint8_t oncpu; /**< process on cpu` */
rt_uint8_t oncpu; /**< process on cpu */
rt_uint16_t scheduler_lock_nest; /**< scheduler lock count */
rt_uint16_t cpus_lock_nest; /**< cpus lock count */