1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00
Kees Bakker d9e0c6c859 sys/arduino: use 64bit usec to compute millis()
This is quick solution to avoid wrapping around after 4294967 milliseconds.
It uses xtimer_now_usec64 instead of xtimer_now_usec.

Notice that this is more expansive than the previous solution, especially
on AVR systems.
2019-09-19 19:52:43 +02:00
..
2019-05-16 12:01:36 +02:00
2019-09-09 20:27:16 +02:00
2019-09-13 11:37:44 +02:00
2019-06-05 17:10:26 +02:00
2019-04-12 15:51:15 +02:00