]> wirehaze git hosting - stm32f411ceu6.git/blobdiff - kernel.ld

wirehaze git hosting

usart wip
[stm32f411ceu6.git] / kernel.ld
index 92a94c4ba3aa2cbc98acbe45b461e952966a5576..69d063bed96525ac474e955aeaea9475e79b5e3f 100644 (file)
--- a/kernel.ld
+++ b/kernel.ld
@@ -12,9 +12,9 @@ _sram_end = ORIGIN(sram) + LENGTH(sram);
 
 SECTIONS
 {
 
 SECTIONS
 {
-  .vtbl :
+  .vector_table :
     {
     {
-      *(.vtbl)
+      *(.vector_table)
       . = 0x400;
     } >flash
   .text :
       . = 0x400;
     } >flash
   .text :