From 33e11a64b5940e2a5250ab0fb3f5493038d19c83 Mon Sep 17 00:00:00 2001 From: Pawel Spychalski Date: Tue, 15 May 2018 14:05:09 +0200 Subject: [PATCH] VScode properties change --- .vscode/c_cpp_properties.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 0b27556..526b288 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -39,8 +39,11 @@ "FEATURE_TX_INPUT_SBUS", "DEVICE_MODE_TX", "DEVICE_MODE_RX" - ] + ], + "compilerPath": "/usr/bin/clang", + "cStandard": "c11", + "cppStandard": "c++17" } ], - "version": 3 + "version": 4 } \ No newline at end of file