Fix timer_elapsed() overflow issue for STM32F103 and other ChibiOS boards (#7595)
authorPavel Župa <pavel.zupa@gmail.com>
Sat, 1 Feb 2020 09:17:28 +0000 (10:17 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Feb 2020 09:17:28 +0000 (20:17 +1100)
commit4e6d1ae0eaafb64d04ae6a5e00d2ef41623248cf
treea827d1a76b6b0e6d40036c1e773b15ec7ff8dcfc
parent1858c3ed117b8c6b446ad28a7a2f0b8de39b1d71
Fix timer_elapsed() overflow issue for STM32F103 and other ChibiOS boards (#7595)

* fixed strange space cadet timer owerflow on STM32F103

* Moved elapsed time fix to timer.c
tmk_core/common/chibios/timer.c