Skip to content

Commit

Permalink
Update VS Code cpp json
Browse files Browse the repository at this point in the history
  • Loading branch information
qleonardolp committed Jul 12, 2023
1 parent 22c5b4d commit 0089882
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${HOME}/.platformio/packages/framework-mbed/**"
"${HOME}/.platformio/packages/framework-mbed/**",
"${workspaceFolder}/lib/**",
"/home/leonardof/.platformio/packages/framework-mbed"
],
"defines": [
"TARGET_STM32F4",
Expand Down

0 comments on commit 0089882

Please sign in to comment.