error[E0425]: cannot find value RCC_PLLSRC_PREDIV1_SUPPORT in module self::inner
--> C:\Users\xxxxx.cargo\git\checkouts\stm32f0xx-hal-3a41196e5b12fb2e\917c181\src\rcc.rs:460:66
|
460 | let pllprediv = match (&self.clock_src, self::inner::RCC_PLLSRC_PREDIV1_SUPPORT) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in self::inner
For more information about this error, try rustc --explain E0425.
error: could not compile stm32f0xx-hal due to previous error
error[E0425]: cannot find value
RCC_PLLSRC_PREDIV1_SUPPORT
in moduleself::inner
--> C:\Users\xxxxx.cargo\git\checkouts\stm32f0xx-hal-3a41196e5b12fb2e\917c181\src\rcc.rs:460:66 | 460 | let pllprediv = match (&self.clock_src, self::inner::RCC_PLLSRC_PREDIV1_SUPPORT) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found inself::inner
For more information about this error, try
rustc --explain E0425
. error: could not compilestm32f0xx-hal
due to previous error