esp_system, esp_timer: fix time function description

This commit is contained in:
Renz Bagaporo
2021-03-09 09:12:24 +08:00
parent 131bbbd5c4
commit d7e9567c00
2 changed files with 3 additions and 4 deletions

View File

@@ -184,8 +184,7 @@ esp_err_t esp_timer_delete(esp_timer_handle_t timer);
/**
* @brief Get time in microseconds since boot
* @return number of microseconds since esp_timer_init was called (this normally
* happens early during application startup).
* @return number of microseconds since underlying timer has been started
*/
int64_t esp_timer_get_time(void);