aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rp2040/main.c')
-rw-r--r--src/rp2040/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rp2040/main.c b/src/rp2040/main.c
index e7b64e5f..75d8760d 100644
--- a/src/rp2040/main.c
+++ b/src/rp2040/main.c
@@ -24,7 +24,7 @@
static void
enable_ram_vectortable(void)
{
- // Symbols created by rp2040_link.lds.S linker script
+ // Symbols created by rpxxxx_link.lds.S linker script
extern uint32_t _ram_vectortable_start, _ram_vectortable_end;
extern uint32_t _text_vectortable_start;