aboutsummaryrefslogtreecommitdiff
path: root/example/blink.ld
diff options
context:
space:
mode:
Diffstat (limited to 'example/blink.ld')
-rw-r--r--example/blink.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/blink.ld b/example/blink.ld
index c57079c..07ea842 100644
--- a/example/blink.ld
+++ b/example/blink.ld
@@ -33,6 +33,7 @@ SECTIONS
. = ORIGIN(rom);
.text : {
+ *(.vectors) /* Vector table */
*(.text) /* Program code */
*(.rodata) /* Read-only data */
} >rom