Skip to content

Commit 6158fac

Browse files
committed
fixup! fixup! boards/arduino-mkr1000: initial support
1 parent 4745ded commit 6158fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arduino-mkr1000/Makefile.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
# when BOSSA is used (default), use a different flash map
1515
# refer https://github.com/shumatech/BOSSA for this programmer
1616
export PROGRAMMER = bossa
17-
export LINKER_SCRIPT ?= $(RIOTCPU)/$(CPU)/ldscripts/$(CPU_MODEL)_mkr1000.ld
17+
export LINKER_SCRIPT ?= $(RIOTCPU)/sam0_common/ldscripts/$(CPU_MODEL)_mkr1000.ld
1818

1919
# define board specific flasher options
2020
export FLASHER = $(RIOTBOARD)/$(BOARD)/dist/flash.sh

0 commit comments

Comments
 (0)