Ivan Grokhotkov 125bbf0882 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-06-11 02:37:19 +00:00
..
2018-05-14 17:54:57 +05:00
2018-06-01 14:25:43 +08:00
2018-04-04 22:57:45 +08:00
2017-10-18 14:19:19 +08:00
2018-05-21 09:35:07 +07:00
2018-04-04 22:57:45 +08:00
2017-10-18 14:19:19 +08:00
2017-11-27 18:47:40 +08:00
2017-10-18 14:19:16 +08:00