rename_f.h
来自「UCOS II源码 内含SOURCE 解压后使用」· C头文件 代码 · 共 9 行
H
9 行
/*
** We need to call os_ctx_alloc before we create a task, this
** is a little kludgy, but allow to not modify the source of a function
** which is not supposed to be CPU specific.
*/
#define OSTaskCreateExt os_ctx_alloc() ;\
OSTaskCreateExt
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?