浏览代码

Merge pull request #5503 from whj4674672/notes

update notes
guo 3 年之前
父节点
当前提交
ac4b5e1216
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/rtdef.h

+ 1 - 1
include/rtdef.h

@@ -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 */