full path to gcc
This commit is contained in:
parent
8176111ece
commit
d9cabf4ff8
1 changed files with 1 additions and 1 deletions
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
|
@ -7,7 +7,7 @@
|
|||
"${env:PICO_SDK_PATH}/**"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "arm-none-eabi-gcc",
|
||||
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++20",
|
||||
"intelliSenseMode": "linux-gcc-arm",
|
||||
|
|
Loading…
Reference in a new issue