]> granicus.if.org Git - esp-idf/commit
component/esp32: fix esp_timer bug
authorTian Hao <tianhao@espressif.com>
Mon, 29 Jan 2018 12:23:59 +0000 (20:23 +0800)
committerTian Hao <tianhao@espressif.com>
Wed, 28 Feb 2018 02:49:45 +0000 (10:49 +0800)
commit127d213b29168a5d4b1957faa3a226c0c204023c
tree6a72531999b35b9ad56befeecee4485d12995478
parentd1559732b0e55439386604788423537186d59ad8
component/esp32: fix esp_timer bug

1. fix the bug that cause esp_timer_get_time is not accuracy(the max margin may be 106s).
2. fix the bug that causes esp timer come too early.
components/esp32/esp_timer_esp32.c