diff options
| -rw-r--r-- | embassy-stm32/src/usb/usb.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/usb/usb.rs b/embassy-stm32/src/usb/usb.rs index 9269ddd88..8b9a47f3b 100644 --- a/embassy-stm32/src/usb/usb.rs +++ b/embassy-stm32/src/usb/usb.rs | |||
| @@ -263,7 +263,7 @@ impl<'d, T: Instance> Driver<'d, T> { | |||
| 263 | 263 | ||
| 264 | let regs = T::regs(); | 264 | let regs = T::regs(); |
| 265 | 265 | ||
| 266 | #[cfg(stm32l5)] | 266 | #[cfg(any(stm32l5, stm32wb55, stm32wb35))] |
| 267 | crate::pac::PWR.cr2().modify(|w| w.set_usv(true)); | 267 | crate::pac::PWR.cr2().modify(|w| w.set_usv(true)); |
| 268 | 268 | ||
| 269 | #[cfg(pwr_h5)] | 269 | #[cfg(pwr_h5)] |
