📄 app_cfg.h
字号:
/*
*********************************************************************************************************
* APPLICATION CONFIGURATION
*
* (c) Copyright 2006, Micrium, Weston, FL
* All Rights Reserved
*
* Cortex M3
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* TASK PRIORITIES
*********************************************************************************************************
*/
#define OS_TASK_TMR_PRIO 4
#define APP_TASK_START_PRIO 0
#define APP_TASK_LED_PRIO 1
/*
*********************************************************************************************************
* TASK STACK SIZES
*********************************************************************************************************
*/
#define APP_TASK_START_STK_SIZE 50
#define APP_TASK_LED_STK_SIZE 50
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -