Skip to content

Commit b464ece

Browse files
committed
boards/cc2538dk: don't export PROGRAMMER_SERIAL
1 parent 4b4b510 commit b464ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/cc2538dk/Makefile.include

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export CPU = cc2538
33
export CPU_MODEL ?= cc2538nf53
44

55
# the SmartRF06 Evaluation Board serial numbers all begin with "06EB":
6-
export PROGRAMMER_SERIAL ?= 06EB
6+
PROGRAMMER_SERIAL ?= 06EB
77

88
# setup serial terminal
99
# the debug UART is always the second tty with the matching serial number:

0 commit comments

Comments
 (0)