Skip to content

Commit ea2534c

Browse files
committed
Fixed clock source for SDMMC1 on STM32L433RC
1 parent 24299d6 commit ea2534c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stm32-data-gen/src/rcc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ impl ParsedRccs {
301301
("USB_OTG_FS", &["USB", "CLK48", "ICLK"]),
302302
("USB_OTG_HS", &["USB", "USBPHYC", "OTGHS", "CLK48", "ICLK"]),
303303
("DTS", &["TMPSENS"]),
304+
("SDMMC1", &["SDMMC1", "CLK48"]),
304305
];
305306

306307
let rcc = self.rccs.get(rcc_version)?;

0 commit comments

Comments
 (0)