full path to gcc

This commit is contained in:
Martin Brodbeck 2024-02-21 12:18:11 +01:00
parent 8176111ece
commit d9cabf4ff8

View file

@ -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",