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

dubug functions

hi everyone i am trying to right a debug funtion SIGNAL as

SIGNAL void function (void)
{
PORT0 = ~ PORT0;
twatch(1000);
}

But when i compile it it gives error

 ****error 6;line 10; syntex error

can anyone figure it out

0