Update stm32-data

This commit is contained in:
Dario Nieuwenhuis
2022-06-27 00:43:18 +02:00
parent edb9eedb45
commit a855889f70
3 changed files with 8 additions and 9 deletions

View File

@ -141,7 +141,7 @@ impl<'d, T: Instance> Driver<'d, T> {
unsafe {
crate::peripherals::PWR::enable();
pac::PWR.cr2().modify(|w| w.set_usv(pac::pwr::vals::Usv::VALID));
pac::PWR.cr2().modify(|w| w.set_usv(true));
}
unsafe {