摘要: 1.任务的定义 1)定义任务堆栈 1 #define TASK1_STK_SIZE 128 2 #define TASK2_STK_SIZE 128 3 4 static CPU_STK Task1Stk[TASK1_STK_SIZE]; 5 static CPU_STK Task2Stk[TASK 阅读全文
posted @ 2020-01-13 12:35 D·Kingson.Mo 阅读(270) 评论(0) 推荐(0) 编辑