diff options
| author | xoviat <[email protected]> | 2023-09-08 18:20:58 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-09-08 18:20:58 -0500 |
| commit | 11a78fb1e4885604b6819253f97c20762fc0a23b (patch) | |
| tree | c6fe875df02fc7b1762ebcf753b606f73a067a35 /examples/stm32wl/src/bin/rtc.rs | |
| parent | 48154e18bf0a32e3fcba6359195df4f7e91bf5d0 (diff) | |
rcc: more cleanup
Diffstat (limited to 'examples/stm32wl/src/bin/rtc.rs')
| -rw-r--r-- | examples/stm32wl/src/bin/rtc.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32wl/src/bin/rtc.rs b/examples/stm32wl/src/bin/rtc.rs index 2be6c7b93..e123425a0 100644 --- a/examples/stm32wl/src/bin/rtc.rs +++ b/examples/stm32wl/src/bin/rtc.rs | |||
| @@ -17,7 +17,6 @@ async fn main(_spawner: Spawner) { | |||
| 17 | let mut config = Config::default(); | 17 | let mut config = Config::default(); |
| 18 | config.rcc.mux = ClockSrc::HSE32; | 18 | config.rcc.mux = ClockSrc::HSE32; |
| 19 | config.rcc.rtc_mux = RtcClockSource::LSE; | 19 | config.rcc.rtc_mux = RtcClockSource::LSE; |
| 20 | config.rcc.enable_rtc_apb = true; | ||
| 21 | embassy_stm32::init(config) | 20 | embassy_stm32::init(config) |
| 22 | }; | 21 | }; |
| 23 | info!("Hello World!"); | 22 | info!("Hello World!"); |
