各位KEIL-C51的高手过来看看
len.c(154): error c141: syntax error near '='
len.c(162): error c141: syntax error near '='
target not created
第一个错误是
void i_send(uchar y)
{
wait_lcd();
lcddat=y;
}
里面的赋值符号“=”;
void d_send(uchar x)
{
wait_lcd();
lcddat=x;
}
中的赋值符号“=”;
是什么原因呀
第二个是
发表时间:2003年7月16日10:55:52