www.pudn.com > stm32f103c8t6Pucos_ii(v2.91).rar > app_cfg.h, change:2015-04-01,size:272b
#ifndef _APP_CFG_H_ #define _APP_CFG_H_ /****************设置任务优先级*****************/ #define TASK_1_PRIO 4 #define TASK_2_PRIO 1 /****************设置大小*****************/ #define TASK_1_STK_SIZE 80 #define TASK_2_STK_SIZE 80 #endif