Files
esp-idf/components
KonstantinKondrashov 32ec2750e0 esp_timer: Fix set_alarm. Case when timestamp < now_time
arg1 = MAX(int64_t arg1, uint64_t arg2) gave the wrong result, if arg1 < 0, it was presented as a larger value.
And ALARM_REG = (uin32_t)arg1. This leads to an infinite loop.
Fixed: both args are int64_t.

Closes: WIFI-1511
2019-12-12 14:43:44 +08:00
..
2018-09-11 09:44:12 +08:00
2019-09-27 10:24:39 +08:00
2019-10-23 09:08:34 +11:00
2018-09-11 09:44:12 +08:00
2019-08-21 18:55:32 +10:00
2019-10-29 10:49:45 +00:00
2018-10-20 12:07:24 +08:00