Skip to content

Commit

Permalink
boards/cc2538dk: don't export PROGRAMMER_SERIAL
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jun 3, 2019
1 parent 4b4b510 commit b464ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/cc2538dk/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export CPU = cc2538
export CPU_MODEL ?= cc2538nf53

# the SmartRF06 Evaluation Board serial numbers all begin with "06EB":
export PROGRAMMER_SERIAL ?= 06EB
PROGRAMMER_SERIAL ?= 06EB

# setup serial terminal
# the debug UART is always the second tty with the matching serial number:
Expand Down

0 comments on commit b464ece

Please sign in to comment.