mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/mulle: remove useless export when setting DEBUG_ADAPTER_ID
This commit is contained in:
parent
414c304f2b
commit
4cde5a47e2
@ -25,7 +25,7 @@ DEBUG_ADAPTER ?= mulle
|
||||
OS := $(shell uname)
|
||||
|
||||
# Fall back to PROGRAMMER_SERIAL for backwards compatibility
|
||||
export DEBUG_ADAPTER_ID ?= $(PROGRAMMER_SERIAL)
|
||||
DEBUG_ADAPTER_ID ?= $(PROGRAMMER_SERIAL)
|
||||
|
||||
ifeq ($(PORT),)
|
||||
# try to find tty name by serial number, only works on Linux currently.
|
||||
|
Loading…
Reference in New Issue
Block a user