go/User/task/can_task.h
2025-03-03 19:41:03 +08:00

9 lines
87 B
C

#ifndef _CAN_TASK_H_
#define _CAN_TASK_H_
void Task_Can(void *argument) ;
#endif