Fixed bad libopencm3 linker file
This commit is contained in:
parent
ad1868f8d4
commit
06b21b6d82
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user