2021-09-09T12:07:07

This commit is contained in:
2021-09-09 12:07:08 +09:00
parent af48e325c6
commit 25752057b1
12 changed files with 221 additions and 6 deletions

View File

@@ -3,7 +3,8 @@
{
"name": "Linux GCC ARM",
"includePath": [
"${workspaceFolder}/**"
"${workspaceFolder}/**",
"${workspaceFolder}/../../../pico-sdk/src/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",