Skip to content

Commit dd44ab3

Browse files
committed
Use ${ARM_GCC_ROOT} environment variable again
1 parent 9701922 commit dd44ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"${workspaceFolder}/ThirdParty/FreeRTOS/Source/portable/GCC/ARM_CM4F",
88
"${workspaceFolder}/fibre-cpp/include"
99
],
10-
"compilerPath": "C:/Tools/ARM/10 2020-q4-major/bin/arm-none-eabi-g++.exe",
10+
"compilerPath": "${ARM_GCC_ROOT}/bin/arm-none-eabi-g++.exe",
1111
"intelliSenseMode": "gcc-arm",
1212
"defines": [
1313
"__arm__",

0 commit comments

Comments
 (0)