- #ifndef __APP_TASK_H
- #define __APP_TASK_H
- #include <stdint.h>
- extern const uint32_t task_ass[8][2];
- void task0(void);
- void task1(void);
- void task2(void);
- void task3(void);
- void task4(void);
- void task5(void);
- void task6(void);
- void task7(void);
- #endif
|