Trammell Hudson 4ab00d7125 mp_hal_delay_ms: avoid overflow when scaling ticks
This patch casts the delay argument to mp_hal_delay_ms()
from mp_uint_t to uint64_t when scaling from milliseconds
to ticks to avoid 32-bit integer overflow when time.sleep()
is called with a duration of greater than 70 minutes.

Signed-off-by: Trammell Hudson <hudson@trmm.net>
2021-09-17 17:28:03 +00:00
..
2021-08-19 12:18:13 -07:00
2021-08-24 13:57:42 -07:00
2021-08-24 13:57:42 -07:00
2021-03-15 19:27:36 +05:30
2021-03-15 19:27:36 +05:30
2021-04-25 19:57:21 +09:00
2021-04-25 19:57:21 +09:00
2021-08-02 18:37:19 -07:00
2020-08-17 17:17:59 -07:00
2021-06-14 20:54:43 -04:00
2021-06-14 20:54:43 -04:00
2021-05-05 12:35:12 -04:00
2021-03-15 19:27:36 +05:30
2021-03-15 19:27:36 +05:30
2021-08-24 14:35:11 -07:00
2021-07-22 12:57:10 -04:00
2021-07-22 12:57:10 -04:00
2021-01-21 11:33:13 -08:00