#ifndef MOTOR_CONTROL_TASK_H__ #define MOTOR_CONTROL_TASK_H__ #include #include #include #include void MotorCtrl_TaskHandler(void); #endif