stm32f1xx-hal icon indicating copy to clipboard operation
stm32f1xx-hal copied to clipboard

Fix blinky_timer_irq_example.rs

Open timbod7 opened this issue 4 years ago • 0 comments

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

timbod7 avatar May 06 '21 22:05 timbod7