1
0
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:
Alexandre Abadie 2019-05-31 11:44:08 +02:00
parent 414c304f2b
commit 4cde5a47e2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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