own config

This commit is contained in:
2023-10-01 10:45:12 +02:00
parent 67b3d6cf82
commit fa5b3744c3
3 changed files with 2 additions and 3 deletions

2
.vscode/tasks.json vendored
View File

@@ -6,7 +6,7 @@
{
"label": "f303-freertos",
"type": "shell",
"command": "C:/MyApps/mingw64/bin/make.exe",
"command": "C:/Apps/mingw64/bin/make.exe",
"options": {
"cwd": "${workspaceFolder}"
},