WeActStudio / ArduinoCore-AT32F4

31 stars 12 forks source link

timer: Fix type punning strict aliasing warning #26

Closed c--- closed 2 years ago

c--- commented 2 years ago

Fixes the warning from gcc in Qsqrt(). Verified that the generated assembly code is the same as the original.