X-Git-Url: http://git.asbjorn.biz/?p=rapper.git;a=blobdiff_plain;f=new_cmsis%2FLPC1768-flash.ld;fp=new_cmsis%2FLPC1768-flash.ld;h=cebf9547305ee3102f3f9a8a24b685f20f7262b2;hp=68d07edbef477964d763c93119a8b25e04d94ddf;hb=b53b7ca998f1ae39a58c20eea19a7ff3d7961f94;hpb=4c765357d3685985fea2c360e681025c772e0472 diff --git a/new_cmsis/LPC1768-flash.ld b/new_cmsis/LPC1768-flash.ld index 68d07ed..cebf954 100644 --- a/new_cmsis/LPC1768-flash.ld +++ b/new_cmsis/LPC1768-flash.ld @@ -26,7 +26,7 @@ SECTIONS { .text : { _stext = .; - KEEP(*(.cs3.interrupt_vector)) + KEEP(*(.isr_vector)) *(.text*) *(.rodata*) . = ALIGN(4);