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

boards/cc2650*: don't export XDEBUGGER variable

This commit is contained in:
Alexandre Abadie 2020-02-22 10:30:07 +01:00
parent 21f48af3cd
commit a8b81adbd2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export XDEBUGGER = XDS110
XDEBUGGER = XDS110
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyACM0

View File

@ -1,4 +1,4 @@
export XDEBUGGER = XDS110
XDEBUGGER = XDS110
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyACM0