We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152b55d commit 12f7bc8Copy full SHA for 12f7bc8
src/sdmmc.rs
@@ -106,7 +106,12 @@ macro_rules! pins {
106
}
107
108
109
-#[cfg(any(feature = "stm32l496",))]
+#[cfg(any(
110
+ feature = "stm32l476",
111
+ feature = "stm32l486",
112
+ feature = "stm32l496",
113
+ feature = "stm32l4a6"
114
+))]
115
pins! {
116
CLK: [gpio::PC12<Alternate<PushPull, 12>>]
117
CMD: [gpio::PD2<Alternate<PushPull, 12>>]
0 commit comments