summaryrefslogtreecommitdiffstats
path: root/app/clockv2.ld
diff options
context:
space:
mode:
Diffstat (limited to 'app/clockv2.ld')
-rw-r--r--app/clockv2.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/clockv2.ld b/app/clockv2.ld
index 325e7ce..a9c8199 100644
--- a/app/clockv2.ld
+++ b/app/clockv2.ld
@@ -8,7 +8,7 @@ MEMORY
}
/* Include the common ld script. */
-INCLUDE libopencm3_stm32f4.ld
+INCLUDE cortex-m-generic.ld
dfu_shared_location = ORIGIN(ram) + LENGTH(ram) - 1024;