Kevin Schmeichel wrote:

I just tried using the ISR macro in isr_compat.h with the IAR 3.30 compiler and got the following error on line 68 of isr_compat.h:

"expected a macro parameter name"

line 68-69:

#define ISR(a,b) #pragma vector = a ## _VECTOR \
__interrupt void b(void)


 Any one have any idea what this error means?

Thanks,
Kevin
I think it means you are using the old buggy version of isr_compat.h. Try getting the current one from CVS.

Steve


Reply via email to