Fixed register names from recent stm32-data changes

This commit is contained in:
Gerzain Mata 2025-07-16 17:32:34 -07:00
parent 6d0927b174
commit d3308f7e5a

View File

@ -335,7 +335,7 @@ impl<'d, T: Instance> Bus<'d, T> {
critical_section::with(|_| {
crate::pac::RCC.ahb2enr().modify(|w| {
w.set_otgen(true);
w.set_usb_otg_hsen(true);
w.set_otghsphyen(true);
});
});