HW_Lib/demo/task/t_task.h

11 lines
154 B
C

//
// Created by lydxh on 2024/5/10.
//
#ifndef HW_LIB_T_TASK_H
#define HW_LIB_T_TASK_H
_Noreturn int Test_task(void *pVoid);
#endif //HW_LIB_T_TASK_H