There's a header file "signal.h" that defines some macros like interrupt and eint as helpers instead of using the underlying attribute declarations and intrinsics. You can use either syntax.
Peter On Mon, May 24, 2010 at 10:52 AM, Dan Bloomquist <d...@lakeweb.net> wrote: > Peter Bigot wrote: > > __attribute__((interrupt(TIMER1_A0_VECTOR))) > > void TIMER1_A0_ISR(void) > > {... > > > > Hi Peter, > Have things changed with the new compiler? I'm using mspgcc-20080619 and > the likes of: > > interrupt ( TIMERA1_VECTOR ) my_name( void ) > {... > > is what I use. > > Best, Dan. > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >