Make it blink with D7 and D8
[rapper.git] / new_cmsis / LPC1768-flash.ld
index 68d07ed..cebf954 100644 (file)
@@ -26,7 +26,7 @@ SECTIONS {
 
   .text : {
     _stext = .;
-    KEEP(*(.cs3.interrupt_vector))
+    KEEP(*(.isr_vector))
     *(.text*)
     *(.rodata*)
     . = ALIGN(4);