stm32-rs / stm32g0xx-hal

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

Fix compilation of examples with fault handlers #119

Closed davidlattimore closed 2 years ago

davidlattimore commented 2 years ago

These handlers have been unsafe since cortex-m-rt version 0.7.0.

dotcypress commented 2 years ago

Thank you!