app_cfg.h
来自「最近移植在s3c44b0x上的最新的ucos v2.85版本」· C头文件 代码 · 共 42 行
H
42 行
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* (c) Copyright 1992-2006, Jean J. Labrosse, Weston, FL
* All Rights Reserved
*
* uC/OS-II Configuration File for V2.8x
*
* File : APP_CFG.H
* By : Jean J. Labrosse
* Version : V2.85
*********************************************************************************************************
*/
#ifndef APP_CFG_H
#define APP_CFG_H
/*
*********************************************************************************************************
* TASK PRIORITIES
*********************************************************************************************************
*/
#define OS_TASK_TMR_PRIO 11
#define APP_TASK1_PRIO 12
#define APP_TASK2_PRIO 13
#define APP_TASK3_PRIO 14
/*
*********************************************************************************************************
* TASK STACK SIZES
*********************************************************************************************************
*/
#define APP_TASK1_STK_SIZE 256
#define APP_TASK1_STK_SIZE 256
#define APP_TASK1_STK_SIZE 256
#define APP_TASK1_STK_SIZE 256
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?