1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nz32-sc151: don't export ID variable

This commit is contained in:
Alexandre Abadie 2020-02-22 10:27:20 +01:00
parent 2722869dbb
commit 21f48af3cd
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -6,7 +6,7 @@ PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
# set the default id
export ID ?= 0483:df11
ID ?= 0483:df11
FLASHER = dfu-util
DEBUGGER = # dfu-util has no debugger