diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/clockv2.ld | 2 |
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; |