mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
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…
Reference in New Issue
Block a user