看到大家可以使用一下语句直接定义IO口,可为什么我这样定义不行?
_Bool LED1 @PA_ODR:2;
使用的是COSMIC编译器,报错如下,谢谢.
#error cpstm8 inc\stm8s_def.h:8(12) missing ;
system\main.c:
The command: "cxstm8 +mods0 +debug -pxp -no -pp -l -dSTM8S105 -iinc -i"C:\Program Files\COSMIC\CXSTM8\Hstm8" -clDebug\ -coDebug\ system\main.c" has failed, the returned value is: 1
exit code=1.
missing ;,这个 不管怎么处理都没办法,已确认是英文输入法时的;
第二条是因为main.c调用了该头文件造成的。
|