mirror of
https://github.com/odriverobotics/ODrive.git
synced 2025-12-14 02:34:07 +08:00
Use ${ARM_GCC_ROOT} environment variable again
This commit is contained in:
2
Firmware/.vscode/c_cpp_properties.json
vendored
2
Firmware/.vscode/c_cpp_properties.json
vendored
@@ -7,7 +7,7 @@
|
||||
"${workspaceFolder}/ThirdParty/FreeRTOS/Source/portable/GCC/ARM_CM4F",
|
||||
"${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",
|
||||
"defines": [
|
||||
"__arm__",
|
||||
|
||||
Reference in New Issue
Block a user