app_cfg.h

来自「基于 Luminary Micro 公司的 Cortex-M3 (ARM)内核使」· C头文件 代码 · 共 33 行

H
33
字号
/*
*********************************************************************************************************
*                                        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 + =
减小字号Ctrl + -
显示快捷键?