Skip to content

Commit

Permalink
Set vscode cpp properties file to cpp 20 to match project
Browse files Browse the repository at this point in the history
  • Loading branch information
xconverge committed Jan 19, 2025
1 parent d457ffc commit b7e7518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Software/GuitarPedal/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cStandard": "c11",
"compilerPath": "arm-none-eabi-g++.exe",
"cppStandard": "c++17",
"cppStandard": "c++20",
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
"includePath": [
"${workspaceFolder}/**",
Expand All @@ -17,7 +17,7 @@
{
"cStandard": "c11",
"compilerPath": "/usr/local/bin/arm-none-eabi-g++",
"cppStandard": "c++17",
"cppStandard": "c++20",
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
"includePath": [
"${workspaceFolder}/**",
Expand Down

0 comments on commit b7e7518

Please sign in to comment.