Skip to content

Commit 12f7bc8

Browse files
committed
Implement more SDMMC pins.
1 parent 152b55d commit 12f7bc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/sdmmc.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@ macro_rules! pins {
106106
}
107107
}
108108

109-
#[cfg(any(feature = "stm32l496",))]
109+
#[cfg(any(
110+
feature = "stm32l476",
111+
feature = "stm32l486",
112+
feature = "stm32l496",
113+
feature = "stm32l4a6"
114+
))]
110115
pins! {
111116
CLK: [gpio::PC12<Alternate<PushPull, 12>>]
112117
CMD: [gpio::PD2<Alternate<PushPull, 12>>]

0 commit comments

Comments
 (0)