stm32-rs / stm32g0xx-hal

Peripheral access API for STM32G0 series microcontrollers
Apache License 2.0
73 stars 51 forks source link

rcc: uncomment SYSCFG support #123

Closed agalakhov closed 1 year ago

andresv commented 1 year ago

@burrbull has added this here: https://github.com/stm32-rs/stm32g0xx-hal/commit/f9b75f1e7415e116d6e0959beae49e5eddbe6fcf, so actually all good with this?

agalakhov commented 1 year ago

Ok I see, it is missing in some processor variants. Should be feature-gated for now.

dotcypress commented 1 year ago

Thank you @agalakhov !