From a23c4b7bca15bc00f4b5c4af200f17eb0097e94b Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 6 Sep 2025 00:11:59 +0200 Subject: stm32/afio: make af_num() unavailable in afio chips. --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') 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 @@ //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", "rust-analyzer.cargo.features": [ // Comment out these features when working on the examples. Most example crates do not have any cargo features. - "stm32f446re", + "stm32f107rb", "time-driver-any", "unstable-pac", "exti", -- cgit