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:
parent
2722869dbb
commit
21f48af3cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user