Skip to content

Commit

Permalink
Merge pull request #527 from MDr164/stm32u5-usbhs-clk
Browse files Browse the repository at this point in the history
Add OTGHS to USB_OTG_HS fallback clocks
  • Loading branch information
Dirbaio authored Sep 27, 2024
2 parents 9b74144 + adab307 commit c572a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stm32-data-gen/src/rcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ impl ParsedRccs {
("I2C5", &["I2C1235"]),
("USB", &["USB", "CLK48", "ICLK"]),
("USB_OTG_FS", &["USB", "CLK48", "ICLK"]),
("USB_OTG_HS", &["USB", "USBPHYC", "CLK48", "ICLK"]),
("USB_OTG_HS", &["USB", "USBPHYC", "OTGHS", "CLK48", "ICLK"]),
];

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

0 comments on commit c572a42

Please sign in to comment.