Skip to content

Commit 4d86574

Browse files
Fix: Missing explicit line break for JLink 'CMSIS RUN' (#94)
fixes ARM-software/vscode-cmsis-csolution#497
1 parent bce42f8 commit 4d86574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/JLink.adapter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
"<% } %>",
321321
"-device", "<%= data.jlinkDevice %>\n",
322322
"-endian", "little",
323-
"-if", "<%= config.protocol ?? 'swd' %>",
323+
"-if", "<%= config.protocol ?? 'swd' %>\n",
324324
"-speed", "<%= parseInt((config.clock ?? data.defaultClock) / data.scaleClock) %>\n",
325325
"-nohalt",
326326
"-noir",

0 commit comments

Comments
 (0)