Skip to content

Commit 2fa44bd

Browse files
committed
update notes
1 parent 5206f65 commit 2fa44bd

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
@@ -682,7 +682,7 @@ struct rt_thread
682682

683683
#ifdef RT_USING_SMP
684684
rt_uint8_t bind_cpu; /**< thread is bind to cpu */
685-
rt_uint8_t oncpu; /**< process on cpu` */
685+
rt_uint8_t oncpu; /**< process on cpu */
686686

687687
rt_uint16_t scheduler_lock_nest; /**< scheduler lock count */
688688
rt_uint16_t cpus_lock_nest; /**< cpus lock count */

0 commit comments

Comments
 (0)