stm32-rs / stm32f0xx-hal

A Rust `embedded-hal` implementation for all MCUs in the STM32 F0 family
BSD Zero Clause License
134 stars 59 forks source link

rcc error #148

Closed kevin406972552 closed 2 years ago

kevin406972552 commented 2 years ago

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

kevin406972552 commented 2 years ago

features = "stm32f030x8", not features = "stm32f030" in the example