Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information