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
|
||||
else ifeq ($(DEBUG_ADAPTER),jlink)
|
||||
# only use JLinkExe if it's installed
|
||||
ifneq (,$(shell command -v JLinkExe)))
|
||||
ifneq (,$(shell command -v JLinkExe))
|
||||
PROGRAMMER ?= jlink
|
||||
else
|
||||
PROGRAMMER ?= openocd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user