David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.
MIT License
166 stars 44 forks source link

[Correct PLL] Correction PLLR definition on STM32WB Family #73

Closed yann77500 closed 1 year ago

yann77500 commented 1 year ago

According with Datasheet, a little mistake was present in PLLr definition for STM32WB55 family

David-OConnor commented 1 year ago

Nice fix. I can confirm that this also affects G0.