Skip to content

Commit

Permalink
vscode/c_cpp_properties: fix linting errors
Browse files Browse the repository at this point in the history
- remove non-existent import
- remove trailing comma
  • Loading branch information
dlech committed Mar 15, 2023
1 parent 1093a4e commit 8423448
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"${workspaceFolder}/lib/pbio/include",
"${workspaceFolder}/lib/pbio/platform/prime_hub",
"${workspaceFolder}",
"${workspaceFolder}/bricks/stm32",
"${workspaceFolder}/bricks/primehub",
"${workspaceFolder}/bricks/primehub/build",
"${workspaceFolder}/micropython"
Expand Down Expand Up @@ -86,7 +85,7 @@
"-Wextra",
"-Wno-unused-parameter",
"-Wdouble-promotion",
"-nostdlib",
"-nostdlib"
],
"cStandard": "c11",
"intelliSenseMode": "gcc-arm"
Expand Down

0 comments on commit 8423448

Please sign in to comment.