|
gDisp_Buffer[gDisp_Buffer_Point]=iLength+8;===============
gDisp_Buffer_Point++;
gDisp_Buffer[gDisp_Buffer_Point]=0;============
gDisp_Buffer_Point++;
gDisp_Buffer[gDisp_Buffer_Point]='@';==================
gDisp_Buffer_Point++;
gDisp_Buffer[gDisp_Buffer_Point]='%';=\================
gDisp_Buffer_Point++;
gDisp_Buffer[gDisp_Buffer_Point]=iLength+6;=======
gDisp_Buffer_Point++;
gDisp_Buffer[gDisp_Buffer_Point]=DISP_ASK_RECORD_INFO_ECHO_DOWM;
gDisp_Buffer_Point++;
带等号的那些行就会出现就会出现left side of asn_op not an lvalue这样的错误,我在头文件中命名AT指令时,AT%CGREG,中的“%”一加上去就报错说是丢失“;”,改成下划线就不报错了。 |
|