Fixed bad libopencm3 linker file

This commit is contained in:
JackCarterSmith 2023-01-04 23:27:32 +01:00
parent ad1868f8d4
commit 06b21b6d82
Signed by: JackCarterSmith
GPG Key ID: 832E52F4E23F8F24
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "libopencm3"] [submodule "libopencm3"]
path = libopencm3 path = libopencm3
url = git@github.com:flirc/libopencm3.git url = https://github.com/flirc/libopencm3.git

View File

@ -25,4 +25,4 @@ MEMORY
} }
/* Include the common ld script from libopenstm32. */ /* Include the common ld script from libopenstm32. */
INCLUDE libopencm3_samd.ld INCLUDE cortex-m-generic.ld

View File

@ -25,4 +25,4 @@ MEMORY
} }
/* Include the common ld script from libopenstm32. */ /* Include the common ld script from libopenstm32. */
INCLUDE libopencm3_samd.ld INCLUDE cortex-m-generic.ld