This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit acbec07bfeda99d267f10fb35753640c53a5a507 Author: Andrzej Kaczmarek <[email protected]> AuthorDate: Fri Nov 8 14:02:32 2019 +0100 hw/scripts: Remove redundant port setting This is set to default value by parse_extra_jtag_cmd. --- hw/scripts/jlink.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/scripts/jlink.sh b/hw/scripts/jlink.sh index 11c33be..5a2d1cc 100755 --- a/hw/scripts/jlink.sh +++ b/hw/scripts/jlink.sh @@ -27,7 +27,6 @@ JLINK_GDB_SERVER=JLinkGDBServer jlink_load () { GDB_CMD_FILE=.gdb_cmds GDB_OUT_FILE=.gdb_out - PORT=3333 windows_detect parse_extra_jtag_cmd $EXTRA_JTAG_CMD
