app_cfg.h
来自「uCos-ii 2.86 在C8051F410单片机上移植成功!!! 其中包括:」· C头文件 代码 · 共 20 行
H
20 行
#ifndef _app_cfg_h_
#define _app_cfg_h_
#define OS_MBOX_PEND_ABORT_EN 0
#define OS_SEM_PEND_ABORT_EN 0
#define OS_APP_HOOKS_EN 0
#define OS_APP_HOOKS_EN 0
#define OS_Q_PEND_ABORT_EN 0
#define OS_TASK_TMR_PRIO 9
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?