This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSv5 shows annoying syntax warning for __interrupt

Hi all,

 I upgraded to CCSv5 just recently (so much better in speed and debug!!). However now it annoyingly says that the interrupt syntax is wrong:

Problem

__interrupt void P2_ISR (void) {    <--- This is underlined in orange with a Question Mark next to it, saying 'Syntax Error'.

No warnings show up from the compiler, just in the IDE. Is this an Eclipse setting I need to fix? Really annoying (but not critical in any way!

 

Thanks,

 Justin