diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index e5dfcc5..4612228 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -41,7 +41,10 @@ "FEATURE_TX_INPUT_SBUS", "DEVICE_MODE_TX", "FEATURE_TX_OLED" - ] + ], + "compilerPath": "/usr/bin/clang", + "cStandard": "c11", + "cppStandard": "c++17" } ], "version": 4