aboutsummaryrefslogtreecommitdiff
path: root/linker
diff options
context:
space:
mode:
Diffstat (limited to 'linker')
-rw-r--r--linker/ls.ld8
1 files changed, 4 insertions, 4 deletions
diff --git a/linker/ls.ld b/linker/ls.ld
index 791647b..1a558a7 100644
--- a/linker/ls.ld
+++ b/linker/ls.ld
@@ -42,10 +42,10 @@ SECTIONS
SYSTICK_LISTENERS_END = .;
} > flash AT>flash
- .bootsel_callbacks : ALIGN(0x04) {
- BOOTSEL_LISTENERS_START = .;
- KEEP(*(.bootsel_callbacks));
- BOOTSEL_LISTENERS_END = .;
+ .gpio_callbacks : ALIGN(0x04) {
+ GPIO_LISTENERS_START = .;
+ KEEP(*(.gpio_callbacks));
+ GPIO_LISTENERS_END = .;
} > flash AT>flash