请指出错误点

#include<reg52.h>#defineuintunsignedint#defineucharunsignedcharsbitD11=P0^0;voiddelay... #include<reg52.h>
#define uint unsigned int
#define uchar unsigned char
sbit D11=P0^0;
void delay(uint z)
void main()
{
while(1)
{
D11=0;
delay=(1700);
D11=1;
delay=(1700);
}
}

void delay(uint z)
{
uint x,y;
for(x=z;x>0;x--)
for(y=75;y>0;y--);
}
222.C(11): error C244: 'delay': can't initialize, bad type or class
222.C(11): error C132: 'delay': not in formal parameter list
222.C(12): error C244: 'D11': can't initialize, bad type or class
222.C(12): error C132: 'D11': not in formal parameter list
222.C(13): error C244: 'delay': can't initialize, bad type or class
222.C(13): error C132: 'delay': not in formal parameter list
222.C(14): error C141: syntax error near '}'
Target not created
展开
 我来答
百度网友862b31c
推荐于2016-12-02 · TA获得超过1529个赞
知道小有建树答主
回答量:1045
采纳率:100%
帮助的人:824万
展开全部
void delay(uint z);
后面有一个;号。

delay(1700);
是个函数,参数直接在括号中就可以了。

sbit D11 = P0 ^ 0;
没看懂,不知道sbit这是什么类型,P0也不知道是什么。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式