Home > other >  Microcontroller based K4 error how to return a responsibility
Microcontroller based K4 error how to return a responsibility

Time:10-13

# include
# define uint unsigned int
Void DelayMS (uint valms)
{
Uint I, j;
for(i=0; ifor(j=0; j<113; J++);
}
Void main (void)
{
Int k;
While (1)
{
The P2=0 XFF;
for(k=0; K<8; K++)
{
The P2=P2 & lt; & lt; 1;
DelayMS (100);
}
}
}
Error:
The Build target 'target 1
assembling STARTUP.A51...
The compiling Fluid lamp. The c...
Target not created

CodePudding user response:

Add the files when the building of new project STARTUP. A51, the STARTUP. A51 removing compile again,
  • Related