aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2023-11-27 00:44:26 +0000
committerJF <JF002@users.noreply.github.com>2023-12-10 12:02:42 +0100
commit80607282dd78a0bc3a9cc234d992edec712637c1 (patch)
tree148fce2be861dd22e3520675cfcf93b2875e7206
parent54b4750c6fd27ddde4eb48eb27b5d78e1818c3bc (diff)
Update VS Code config to C++20
-rw-r--r--.vscode/c_cpp_properties.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index f8da48d5..392f4151 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -10,7 +10,7 @@
"defines": [],
"compilerPath": "${env:ARM_NONE_EABI_TOOLCHAIN_PATH}/bin/arm-none-eabi-gcc",
"cStandard": "c11",
- "cppStandard": "c++14",
+ "cppStandard": "c++20",
"intelliSenseMode": "linux-gcc-arm",
"configurationProvider": "ms-vscode.cpp-tools",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"