From 9922b4d81de47a4f017307d35726b41a363273bd Mon Sep 17 00:00:00 2001 From: James Turton Date: Wed, 28 Apr 2021 09:04:50 +0200 Subject: [PATCH] Update compiler path for VSCode. --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 609680a..8e405e7 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -9,7 +9,7 @@ "STM32F0", "__ARM_ARCH_6M__" ], - "compilerPath": "/usr/bin/arm-none-eabi-gcc", + "compilerPath": "/usr/share/gcc-arm-none-eabi-9-2020-q2-update/bin/arm-none-eabi-gcc", "cStandard": "c99", "cppStandard": "c++14", "intelliSenseMode": "gcc-arm"