diff options
| author | shakencodes <[email protected]> | 2023-11-01 13:30:04 -0700 |
|---|---|---|
| committer | shakencodes <[email protected]> | 2023-11-01 13:30:04 -0700 |
| commit | bc07539133937c254930bbdafe1b01bb0f5912e3 (patch) | |
| tree | 72d538a46d54129437ac07620d4ed60598309904 | |
| parent | b4a82b7ed44cfbb9929d4c1a6357aaf6ec177ac2 (diff) | |
Fix missed field in cfg'd code
| -rw-r--r-- | embassy-stm32/src/rcc/l4l5.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/rcc/l4l5.rs b/embassy-stm32/src/rcc/l4l5.rs index d855d4779..0d052713f 100644 --- a/embassy-stm32/src/rcc/l4l5.rs +++ b/embassy-stm32/src/rcc/l4l5.rs | |||
| @@ -148,6 +148,7 @@ pub const WPAN_DEFAULT: Config = Config { | |||
| 148 | shared_ahb_pre: AHBPrescaler::DIV1, | 148 | shared_ahb_pre: AHBPrescaler::DIV1, |
| 149 | apb1_pre: APBPrescaler::DIV1, | 149 | apb1_pre: APBPrescaler::DIV1, |
| 150 | apb2_pre: APBPrescaler::DIV1, | 150 | apb2_pre: APBPrescaler::DIV1, |
| 151 | adc_clock_source: AdcClockSource::SYS, | ||
| 151 | }; | 152 | }; |
| 152 | 153 | ||
| 153 | pub(crate) unsafe fn init(config: Config) { | 154 | pub(crate) unsafe fn init(config: Config) { |
