Merge pull request #12525 from benpicco/make_sam0-typo
makefiles/sam0: fix typo
This commit is contained in:
commit
ee68602b2b
@ -28,7 +28,7 @@ ifeq ($(DEBUG_ADAPTER),dap)
|
|||||||
PROGRAMMER ?= edbg
|
PROGRAMMER ?= edbg
|
||||||
else ifeq ($(DEBUG_ADAPTER),jlink)
|
else ifeq ($(DEBUG_ADAPTER),jlink)
|
||||||
# only use JLinkExe if it's installed
|
# only use JLinkExe if it's installed
|
||||||
ifneq (,$(shell command -v JLinkExe)))
|
ifneq (,$(shell command -v JLinkExe))
|
||||||
PROGRAMMER ?= jlink
|
PROGRAMMER ?= jlink
|
||||||
else
|
else
|
||||||
PROGRAMMER ?= openocd
|
PROGRAMMER ?= openocd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user