#ifndef __APP_MOTOR_H__ #define __APP_MOTOR_H__ #include "mw_motor.h" void app_motor_mainProcess(void); void app_motor_changeState(motor_state_ENUM e_val); #endif