In the manual , example code written intrrupt is : void example(void) interrupt 1 using 2 { ..... ..... } Can someone tell me what is meant by " using 2" there? thanks
Not without more information about the surrounding code. The error message can have several meanings (sometimes things as simple as a missing semicolon).