esp_timer: correct startup time

This commit is contained in:
Renz Bagaporo
2021-03-08 23:01:40 +08:00
parent 5a90113136
commit 74de5a7c58
4 changed files with 63 additions and 18 deletions

View File

@@ -1,7 +1,8 @@
idf_build_get_property(target IDF_TARGET)
set(srcs "src/esp_timer.c"
"src/ets_timer_legacy.c")
"src/ets_timer_legacy.c"
"src/system_time.c")
if(CONFIG_ESP_TIMER_IMPL_FRC2)
list(APPEND srcs "src/esp_timer_impl_frc_legacy.c")