text1.c(19): error c141: syntax error near ')'
text1.c(19): error c141: syntax error near ')'
日期:2022-03-29 02:31:15 人气:1
#include <reg52.h> //这是标准的头文件吗?
void main()
{ void delay();
P1=0x01; //P定义了吗?
delay();
while(1)
{
P1=P1*2;
delay();
if(P1==0x80)
{ <
void main()
{ void delay();
P1=0x01; //P定义了吗?
delay();
while(1)
{
P1=P1*2;
delay();
if(P1==0x80)
{ <