在keil中编译的时候没有问题,但是debug时,出现
WS 1, `sda
WS 1, `scl
WS 1, `dat
______^
*** error 34: undefined iden
tifier
WS 1, `temp______^
*** error 34: undefined identifier
这是什么问题呢?
在原程序中sad scl dat temp的定义分别如下:
sbit sda=P2^0;
sbit scl=P2^1;
void write(int dat)
{
int i,temp;
temp=dat;
scl=0;
}
求LZ指导,我也遇到这样的问题
是不是temp应该设置成全局变量呀
一周热门 更多>