stm32: expand rcc mux to g4 and h7
This commit is contained in:
@ -24,7 +24,7 @@ async fn main(_spawner: Spawner) {
|
||||
div_r: Some(PllR::DIV2),
|
||||
});
|
||||
|
||||
config.rcc.adc12_clock_source = AdcClockSource::SYSCLK;
|
||||
config.rcc.adc12_clock_source = AdcClockSource::SYS;
|
||||
config.rcc.mux = ClockSrc::PLL;
|
||||
|
||||
let mut p = embassy_stm32::init(config);
|
||||
|
Reference in New Issue
Block a user