Ivan Grokhotkov c99977b67c esp_timer: don’t busy loop in esp_timer_impl_set_alarm
Previously the loop in esp_timer_impl_set_alarm was necessary to catch
the case when timer count wraps around (goes from 2^32 - 1 to 0).
Since ALARM_OVERFLOW_VAL was reduced from 2^32 - 1 to 0xefffffff,
this is no longer necessary.

Fixes https://github.com/espressif/esp-idf/issues/1891
2018-07-09 12:06:11 +08:00
..
2018-05-09 21:23:37 +08:00
2018-06-19 19:36:49 +08:00
2017-12-01 20:10:26 +08:00
2017-10-18 14:19:19 +08:00
2017-10-18 14:19:19 +08:00
2017-11-27 18:47:40 +08:00
2016-08-17 23:08:22 +08:00
2017-04-11 15:45:54 +08:00
2017-10-18 14:19:16 +08:00
2017-10-18 14:19:18 +08:00
2017-10-18 14:19:18 +08:00
2017-09-13 16:55:30 +08:00
2017-09-13 16:55:30 +08:00