diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 5354715..3b01449 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -7,10 +7,9 @@ "${env:PICO_SDK_PATH}/**" ], "defines": [], - //"compilerPath": "/usr/lib64/ccache/arm-none-eabi-gcc", - "compilerPath": "${env:HOME}/pico/arm-gnu-toolchain/bin/arm-none-eabi-gcc", + "compilerPath": "arm-none-eabi-gcc", "cStandard": "gnu17", - "cppStandard": "gnu++14", + "cppStandard": "gnu++20", "intelliSenseMode": "linux-gcc-arm", "configurationProvider" : "ms-vscode.cmake-tools" }