Merge pull request #12525 from benpicco/make_sam0-typo

makefiles/sam0: fix typo
This commit is contained in:
benpicco 2019-10-21 11:35:25 +02:00 committed by GitHub
commit ee68602b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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