app_cfg.h
来自「ucos II对xilinx的fx系列的power pc 405的板级支持包」· C头文件 代码 · 共 40 行
H
40 行
/*********************************************************************************************************** APPLICATION SPECIFIC RTOS SETUP** (c) Copyright 2005, Micrium, Inc., Weston, FL* All Rights Reserved** CONFIGURATION FILE** File : app_cfg.h**********************************************************************************************************//*********************************************************************************************************** TASKS PRIORITIES**********************************************************************************************************/#define APP_TASK_FIRST_ID 2#define APP_TASK_FIRST_PRIO 2/*********************************************************************************************************** STACK SIZES* Size of the task stacks (# of OS_STK entries)**********************************************************************************************************/#define APP_TASK_FIRST_STK_SIZE 256
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?