diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-06 00:11:59 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-06 00:14:03 +0200 |
| commit | a23c4b7bca15bc00f4b5c4af200f17eb0097e94b (patch) | |
| tree | f293891a3dad44dc808f31f7aa6fd7fcdb21bbe5 /.vscode/settings.json | |
| parent | 35f4ae378cbc9a1263e46baaeac536cae2337896 (diff) | |
stm32/afio: make af_num() unavailable in afio chips.
Diffstat (limited to '.vscode/settings.json')
| -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 6edd9312a..c504f3ccd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", | 17 | //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", |
| 18 | "rust-analyzer.cargo.features": [ | 18 | "rust-analyzer.cargo.features": [ |
| 19 | // Comment out these features when working on the examples. Most example crates do not have any cargo features. | 19 | // Comment out these features when working on the examples. Most example crates do not have any cargo features. |
| 20 | "stm32f446re", | 20 | "stm32f107rb", |
| 21 | "time-driver-any", | 21 | "time-driver-any", |
| 22 | "unstable-pac", | 22 | "unstable-pac", |
| 23 | "exti", | 23 | "exti", |
