求救~从VS移植程序到Codewarrior出现问题
时间:10-02
整理:3721RD
点击:
double MotorRev = 0;
double EleCurrOut = 0;
unsigned int MotorStateFlag = 0;
double MotorElecPara[3] = {0,0,0};
double CarPara[2] ={0,0};
bool IG[2] ={0,0};
编译总出现这样的问题Warning : C1140: This function is already declared and has a different prototype
Error : C2801: '}' missing
Project_2.c line 237
Error : Compile failed
double EleCurrOut = 0;
unsigned int MotorStateFlag = 0;
double MotorElecPara[3] = {0,0,0};
double CarPara[2] ={0,0};
bool IG[2] ={0,0};
编译总出现这样的问题Warning : C1140: This function is already declared and has a different prototype
Error : C2801: '}' missing
Project_2.c line 237
Error : Compile failed