Skip to content

Commit

Permalink
update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed May 15, 2020
1 parent 4649d6f commit cb85c00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"${workspaceFolder}/Drivers/STM32L4xx_HAL_Driver/Inc",
"${workspaceFolder}/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy",
"${workspaceFolder}/Drivers/CMSIS/Device/ST/STM32L4xx/Include",
"${workspaceFolder}/Drivers/CMSIS/Include",
"${workspaceFolder}/Middlewares/ST/STM32_USB_Device_Library/Core/Inc"
"${workspaceFolder}/Drivers/CMSIS/Include"
],
"defines": [
"USE_FULL_LL_DRIVER",
"USE_HAL_DRIVER",
"STM32L432xx"
],
"compilerPath": "/opt/gcc-arm-none-eabi-8-2019-q3-update/bin/arm-none-eabi-gcc",
"compilerPath": "/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64",
Expand Down

0 comments on commit cb85c00

Please sign in to comment.