mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 22:27:49 -04:00
Update the CCS4 MSP430X demo files.
This commit is contained in:
parent
d53e65ed82
commit
0ced5cc699
7 changed files with 491 additions and 180 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue