makefiles/sam0: fix typo
Somehow an additional parenthesis sneaked in. Remove it to fix the Makefile.
This commit is contained in:
parent
29e5c3af67
commit
81fe1b9c9c
@ -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