We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5206f65 commit 2fa44bdCopy full SHA for 2fa44bd
include/rtdef.h
@@ -682,7 +682,7 @@ struct rt_thread
682
683
#ifdef RT_USING_SMP
684
rt_uint8_t bind_cpu; /**< thread is bind to cpu */
685
- rt_uint8_t oncpu; /**< process on cpu` */
+ rt_uint8_t oncpu; /**< process on cpu */
686
687
rt_uint16_t scheduler_lock_nest; /**< scheduler lock count */
688
rt_uint16_t cpus_lock_nest; /**< cpus lock count */
0 commit comments