Skip to content

Commit

Permalink
Updated standalone freertos submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
xX7 committed Dec 10, 2022
1 parent be3d5bc commit 8e0d858
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"vm.h": "c",
"type_traits": "c",
"cstdlib": "c",
"global.h": "c"
"global.h": "c",
"spinlock.h": "c",
"fences.h": "c",
"wfi.h": "c",
"errno.h": "c",
"string.h": "c"
},
"files.exclude": {
"**/.git": true,
Expand Down

0 comments on commit 8e0d858

Please sign in to comment.