diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-11-24 03:18:30 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-12-06 22:05:41 +0100 |
| commit | dd32358d6bb24895c833bc4c34fd96e7632e43a9 (patch) | |
| tree | 57a3647217dce831e713e4709835ec2388050682 /.vscode | |
| parent | 00a87b9a41f55efdf831a2579de5f271222e6577 (diff) | |
stm32: add gpio HIL test
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 87dd158ec..a35be8054 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | //"embassy-net/pool-16", | 16 | //"embassy-net/pool-16", |
| 17 | ], | 17 | ], |
| 18 | "rust-analyzer.linkedProjects": [ | 18 | "rust-analyzer.linkedProjects": [ |
| 19 | "examples/stm32g4/Cargo.toml" | 19 | "examples/stm32f1/Cargo.toml" |
| 20 | ], | 20 | ], |
| 21 | "rust-analyzer.procMacro.enable": true, | 21 | "rust-analyzer.procMacro.enable": true, |
| 22 | "rust-analyzer.cargo.runBuildScripts": true, | 22 | "rust-analyzer.cargo.runBuildScripts": true, |
