Skip to content

Commit 16bdcaf

Browse files
committed
tools: Modify for checks.
Signed-off-by: wxyyy0117 <wxyyy2002@outlook.com>
1 parent bb6de5c commit 16bdcaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/vscode_profile/task_xmc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"command": "arduino-cli",
2323
"args": [
2424
"upload",
25-
// "--verbose",
2625
"-p", "${input:port}",
2726
"--fqbn", "${input:boardFqbn}",
2827
"${input:examplePath}"
@@ -109,6 +108,6 @@
109108
"type": "promptString",
110109
"description": "(Optional) Enter the path to arm-none-eabi-gdb, or leave blank for default",
111110
"default": ""
112-
},
111+
}
113112
]
114113
}

0 commit comments

Comments
 (0)