diff options
author | root <root@ka-ata-killa.ourano.james.local> | 2021-03-09 11:50:46 +0000 |
---|---|---|
committer | root <root@ka-ata-killa.ourano.james.local> | 2021-03-09 11:50:46 +0000 |
commit | 513cb94e3a1bcbbcc0fe292ec7547a9118168060 (patch) | |
tree | 0855362b4955010bb41a5917d07e8a8fc6690677 /app/clockv2.ld | |
parent | 269f2a83fff7618567ebc06b89f89eb6043c8fda (diff) | |
download | clock-513cb94e3a1bcbbcc0fe292ec7547a9118168060.tar.gz clock-513cb94e3a1bcbbcc0fe292ec7547a9118168060.tar.bz2 clock-513cb94e3a1bcbbcc0fe292ec7547a9118168060.zip |
fix build for tim
Diffstat (limited to 'app/clockv2.ld')
-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; |