CVS: msp430-libc/include msp430xG461x.h,1.3,1.4
Steve Underwood <[email protected]> Tue, 14 Nov 2006 16:19:00 -0800
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/msp430-libc/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15132/msp430-libc/include Modified Files: msp430xG461x.h Log Message: Fixed some interrupt vector names Index: msp430xG461x.h =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430xG461x.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -d -r1.3 -r1.4 --- msp430xG461x.h 7 Jun 2006 13:01:30 -0000 1.3 +++ msp430xG461x.h 15 Nov 2006 00:18:55 -0000 1.4 @@ -106,15 +106,15 @@ #define USART1TX_VECTOR 36 /* 0xFFE4 USART 1 Transmit */ #define USART1RX_VECTOR 38 /* 0xFFE6 USART 1 Receive */ #define PORT1_VECTOR 40 /* 0xFFE8 Port 1 */ -#define TIMER_A1_VECTOR 42 /* 0xFFEA Timer A CC1-2, TA */ -#define TIMER_A0_VECTOR 44 /* 0xFFEC Timer A CC0 */ +#define TIMER0_A1_VECTOR 42 /* 0xFFEA Timer A CC1-2, TA */ +#define TIMER0_A0_VECTOR 44 /* 0xFFEC Timer A CC0 */ #define ADC12_VECTOR 46 /* 0xFFEE ADC */ #define USCITX_VECTOR 48 /* 0xFFF0 USCI A0/B0 Transmit */ #define USCIRX_VECTOR 50 /* 0xFFF2 USCI A0/B0 Receive */ #define WDT_VECTOR 52 /* 0xFFF4 Watchdog Timer */ #define COMPARATORA_VECTOR 54 /* 0xFFF6 Comparator A */ -#define TIMER_B1_VECTOR 56 /* 0xFFF8 Timer B CC1-2, TB */ -#define TIMER_B0_VECTOR 58 /* 0xFFFA Timer B CC0 */ +#define TIMER0_B1_VECTOR 56 /* 0xFFF8 Timer B CC1-2, TB */ +#define TIMER0_B0_VECTOR 58 /* 0xFFFA Timer B CC0 */ #define NMI_VECTOR 60 /* 0xFFFC Non-maskable */ #define UART0TX_VECTOR USART0TX_VECTOR ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV