Use ${ARM_GCC_ROOT} environment variable again

This commit is contained in:
Paul Guenette
2021-08-03 21:33:30 -04:00
parent 970192217a
commit dd44ab3033
+1 -1
View File
@@ -7,7 +7,7 @@
"${workspaceFolder}/ThirdParty/FreeRTOS/Source/portable/GCC/ARM_CM4F", "${workspaceFolder}/ThirdParty/FreeRTOS/Source/portable/GCC/ARM_CM4F",
"${workspaceFolder}/fibre-cpp/include" "${workspaceFolder}/fibre-cpp/include"
], ],
"compilerPath": "C:/Tools/ARM/10 2020-q4-major/bin/arm-none-eabi-g++.exe", "compilerPath": "${ARM_GCC_ROOT}/bin/arm-none-eabi-g++.exe",
"intelliSenseMode": "gcc-arm", "intelliSenseMode": "gcc-arm",
"defines": [ "defines": [
"__arm__", "__arm__",