Skip to content

Commit ac4b5e1

Browse files
authored
Merge pull request #5503 from whj4674672/notes
update notes
2 parents 2e95ec9 + 2fa44bd commit ac4b5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rtdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ struct rt_thread
636636

637637
#ifdef RT_USING_SMP
638638
rt_uint8_t bind_cpu; /**< thread is bind to cpu */
639-
rt_uint8_t oncpu; /**< process on cpu` */
639+
rt_uint8_t oncpu; /**< process on cpu */
640640

641641
rt_uint16_t scheduler_lock_nest; /**< scheduler lock count */
642642
rt_uint16_t cpus_lock_nest; /**< cpus lock count */

0 commit comments

Comments
 (0)