Fix missed field in cfg'd code

This commit is contained in:
shakencodes 2023-11-01 13:30:04 -07:00
parent b4a82b7ed4
commit bc07539133

View File

@ -148,6 +148,7 @@ pub const WPAN_DEFAULT: Config = Config {
shared_ahb_pre: AHBPrescaler::DIV1,
apb1_pre: APBPrescaler::DIV1,
apb2_pre: APBPrescaler::DIV1,
adc_clock_source: AdcClockSource::SYS,
};
pub(crate) unsafe fn init(config: Config) {