From 2fa44bdef4b9d905a94c12e346f2489d311959bb Mon Sep 17 00:00:00 2001 From: wanghaijing Date: Mon, 10 Jan 2022 18:02:38 +0800 Subject: [PATCH] update notes --- include/rtdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtdef.h b/include/rtdef.h index 6d47d18a2c..1b344ad87b 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -682,7 +682,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 */