diff options
| author | Gerzain Mata <[email protected]> | 2025-07-21 04:46:29 -0700 |
|---|---|---|
| committer | Gerzain Mata <[email protected]> | 2025-07-21 04:46:29 -0700 |
| commit | a80eb48e67d486ace9b9a4733f2b54d58a80eb52 (patch) | |
| tree | 695be11502c5685c0d89737a749d3f13bf327919 /examples | |
| parent | 726991f2e9e951569e37552b5560fb06891d99e8 (diff) | |
WIP changes
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32wba/src/bin/usb_hs_serial.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wba/src/bin/usb_hs_serial.rs b/examples/stm32wba/src/bin/usb_hs_serial.rs index 4684e3aa6..1ffd94906 100644 --- a/examples/stm32wba/src/bin/usb_hs_serial.rs +++ b/examples/stm32wba/src/bin/usb_hs_serial.rs | |||
| @@ -28,7 +28,7 @@ async fn main(_spawner: Spawner) { | |||
| 28 | config.rcc.sys = Sysclk::HSE; | 28 | config.rcc.sys = Sysclk::HSE; |
| 29 | // route HSE into the USB‐OTG‐HS block | 29 | // route HSE into the USB‐OTG‐HS block |
| 30 | config.rcc.mux.otghssel = mux::Otghssel::HSE; | 30 | config.rcc.mux.otghssel = mux::Otghssel::HSE; |
| 31 | config.rcc.sys = Sysclk::PLL1_R; | 31 | config.rcc.sys = Sysclk::HSE; |
| 32 | config.rcc.voltage_scale = VoltageScale::RANGE1; | 32 | config.rcc.voltage_scale = VoltageScale::RANGE1; |
| 33 | 33 | ||
| 34 | let p = embassy_stm32::init(config); | 34 | let p = embassy_stm32::init(config); |
