Skip to content

Commit 61c723e

Browse files
authored
Add defmt and log to default vscode settings (#22)
1 parent 16d8d5b commit 61c723e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"rust-analyzer.cargo.features": [
33
"rt",
4-
"stm32h503"
4+
"stm32h503",
5+
"defmt",
6+
"log",
57
],
68
"rust-analyzer.check.allTargets": false,
79
"rust-analyzer.check.targets": "thumbv8m.main-none-eabihf",
8-
}
10+
}

0 commit comments

Comments
 (0)