Files
esp-idf/components
KonstantinKondrashov 8e54ee3f16 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-11 19:28:20 +08:00
..
2019-12-03 17:37:45 +08:00
2019-12-06 10:54:12 +08:00
2019-12-11 05:54:39 +00:00
2019-09-30 11:42:05 +08:00
2019-12-10 11:53:22 +08:00
2019-11-05 11:31:18 +00:00