summaryrefslogtreecommitdiff
path: root/firmware/test/i2c/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test/i2c/app.lds')
-rw-r--r--firmware/test/i2c/app.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/i2c/app.lds b/firmware/test/i2c/app.lds
index 192ee1d2a4..b8a341a8ae 100644
--- a/firmware/test/i2c/app.lds
+++ b/firmware/test/i2c/app.lds
@@ -4,7 +4,7 @@ SECTIONS
4{ 4{
5 .text 0x09010000 : 5 .text 0x09010000 :
6 { 6 {
7 *(.vectors) 7 KEEP(*(.vectors))
8 . = ALIGN(0x200); 8 . = ALIGN(0x200);
9 *(.init.text) 9 *(.init.text)
10 } 10 }