This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error L104 Warning L16

Can't debug this simple code! Please help! I am getting Error L104 and warning L16

#include<stdio.h>
#include<at89x51.h>
void main()
{

P2=0x00;

while(1)
{
P2=0xFF;
}
}