stm32f1xx-hal
stm32f1xx-hal copied to clipboard
Fix blinky_timer_irq_example.rs
Depending on the micro-controller and optimization flags, the existing code can run into this issue:
https://developer.arm.com/documentation/ka003795/latest
Fixes https://github.com/stm32-rs/stm32f1xx-hal/issues/332