K74B/87400/usr/common/motorControlTask.h

37 lines
234 B
C
Raw Normal View History

2024-01-25 14:22:18 +08:00
#ifndef MOTOR_CONTROL_TASK_H__
#define MOTOR_CONTROL_TASK_H__
#include <appConfig.h>
#include <softTimerTask.h>
#include <systick_device.h>
#include <taskManager.h>
void MotorCtrl_TaskHandler(void);
#endif