aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json4
-rw-r--r--embassy-stm32-examples/.cargo/config.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index dc200f79e..8a292c0be 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -4,8 +4,8 @@
4 "rust-analyzer.cargo.allFeatures": false, 4 "rust-analyzer.cargo.allFeatures": false,
5 "rust-analyzer.checkOnSave.allFeatures": false, 5 "rust-analyzer.checkOnSave.allFeatures": false,
6 "rust-analyzer.checkOnSave.allTargets": false, 6 "rust-analyzer.checkOnSave.allTargets": false,
7 "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", 7 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
8 "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf", 8 "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
9 "rust-analyzer.procMacro.enable": true, 9 "rust-analyzer.procMacro.enable": true,
10 "rust-analyzer.cargo.loadOutDirsFromCheck": true, 10 "rust-analyzer.cargo.loadOutDirsFromCheck": true,
11 "files.watcherExclude": { 11 "files.watcherExclude": {
diff --git a/embassy-stm32-examples/.cargo/config.toml b/embassy-stm32-examples/.cargo/config.toml
index 7c1d4dfb6..3ccca879d 100644
--- a/embassy-stm32-examples/.cargo/config.toml
+++ b/embassy-stm32-examples/.cargo/config.toml
@@ -25,4 +25,4 @@ rustflags = [
25] 25]
26 26
27[build] 27[build]
28target = "thumbv7em-none-eabihf" 28target = "thumbv7em-none-eabi"