修复添加新版cmsis-dap时flash溢出的问题

This commit is contained in:
NeoZng 2023-07-11 01:38:57 +08:00
parent c2fb92edd8
commit 7f1028aebd
2 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -5,7 +5,7 @@
{
"label": "build task", //
"type": "shell", // ,mingw32-make,(CMD),shell
"command": "mingw32-make -j24 -l12",// ,线,cpu
"command": "mingw32-make -j24",// ,线,cpu
"problemMatcher": [],
"group": {
"kind": "build",