Skip to content

Commit

Permalink
Update compiler path for VSCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturton committed Apr 28, 2021
1 parent 36977bd commit 9922b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9922b4d

Please # to comment.