rov_tar
Newbie level 4
- Joined
- Nov 29, 2012
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,348
Good day guys!
I tried to use vdelay_ms() in mikroC but it doesn't build. It always point out the error on the "vdelay_ms"
here's the part of the code:
delay = 1000;
while(1)
{
PORTA = ~PORTA
vdelay_ms(delay);
}
Can somebody tell me how to fix this?
I tried to use vdelay_ms() in mikroC but it doesn't build. It always point out the error on the "vdelay_ms"
here's the part of the code:
delay = 1000;
while(1)
{
PORTA = ~PORTA
vdelay_ms(delay);
}
Can somebody tell me how to fix this?