Hi
I am trying to find the correct syntax for interrupts using uniarch mspgcc.

With mspgcc4 I know to include signal.h and for the ISR itself
Interrupt(VECTOR) vector_name(void) { }

And I know in the uniarch branch you have to change your signal.h to include leagacymsp430.h
and the ISR (stays the same)
Interrupt(VECTOR) vector_name(void) { }


What is the correct syntax for uniarch mspgcc interrupts? with out using legacymsp430.h.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to