Update the CCS4 MSP430X demo files.

This commit is contained in:
Richard Barry 2011-03-12 14:56:14 +00:00
parent d53e65ed82
commit 0ced5cc699
7 changed files with 491 additions and 180 deletions

View file

@ -110,7 +110,7 @@ SECTIONS
/* Original line. */
.text : {}>> FLASH | FLASH2 /* CODE */
/* Modified line. */
/* .text : {}>> FLASH2 */ /* CODE */
/* .text : {}>> FLASH2 */ /* CODE */
.main : {} > FLASH
.text:_isr : {} > FLASH /* ISR CODE SPACE */
.cinit : {} > FLASH /* INITIALIZATION TABLES */