mirror of
https://github.com/jie65535/stm32f10x-uC-OS-II.git
synced 2024-07-27 19:10:55 +08:00
11 lines
136 B
C
11 lines
136 B
C
#ifndef _TASK_H_
|
|
#define _TASK_H_
|
|
|
|
// 该头文件用于包含所有任务头文件
|
|
|
|
#include "start_task.h"
|
|
#include "test_task.h"
|
|
|
|
|
|
#endif
|