aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-11-27 03:06:53 +0100
committerDario Nieuwenhuis <[email protected]>2021-11-27 03:06:53 +0100
commit006e567716362acfde90afcfd8a25be1fe0d6897 (patch)
tree34615657d5507b9d043f86cb48048e22cb69c432 /.vscode
parente40555e245b9a0c351f2cf250231453a0ec78a3d (diff)
stm32/pwm: allow using the advanced timer instances too.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 0e67ab824..87dd158ec 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,6 +6,7 @@
6 "rust-analyzer.checkOnSave.allTargets": false, 6 "rust-analyzer.checkOnSave.allTargets": false,
7 "rust-analyzer.checkOnSave.command": "clippy", 7 "rust-analyzer.checkOnSave.command": "clippy",
8 "rust-analyzer.cargo.noDefaultFeatures": true, 8 "rust-analyzer.cargo.noDefaultFeatures": true,
9 "rust-analyzer.experimental.procAttrMacros": false,
9 "rust-analyzer.checkOnSave.noDefaultFeatures": true, 10 "rust-analyzer.checkOnSave.noDefaultFeatures": true,
10 "rust-analyzer.cargo.target": "thumbv7em-none-eabi", 11 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
11 "rust-analyzer.cargo.features": [ 12 "rust-analyzer.cargo.features": [