From 513cb94e3a1bcbbcc0fe292ec7547a9118168060 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Mar 2021 11:50:46 +0000 Subject: fix build for tim --- app/clockv2.ld | 2 +- boot/bootloader.ld | 2 +- 2 files changed, 2 insertions(+), 2 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; diff --git a/boot/bootloader.ld b/boot/bootloader.ld index cedb886..a2a9240 100644 --- a/boot/bootloader.ld +++ b/boot/bootloader.ld @@ -26,7 +26,7 @@ MEMORY } /* Include the common ld script. */ -INCLUDE libopencm3_stm32f4.ld +INCLUDE cortex-m-generic.ld dfu_shared_location = ORIGIN(ram) + LENGTH(ram) - 1024; -- cgit v1.2.3