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

Fix pllsrc bits for HSE #96

Closed Disasm closed 4 years ago

Disasm commented 4 years ago

cc @pigrew

Disasm commented 4 years ago

Relevant code was introduced in https://github.com/stm32-rs/stm32f0xx-hal/pull/87

pigrew commented 4 years ago

Looks correct to me, thanks for noticing.

RCC is getting closer to correct. :)