mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
esp_timer: alias esp_timer_get_time
alias esp_timer_get_time to improve performance
This commit is contained in:
@@ -73,7 +73,7 @@ void esp_timer_impl_advance(int64_t time_us);
|
||||
* @brief Get time, in microseconds, since esp_timer_impl_init was called
|
||||
* @return timestamp in microseconds
|
||||
*/
|
||||
uint64_t esp_timer_impl_get_time(void);
|
||||
int64_t esp_timer_impl_get_time(void);
|
||||
|
||||
/**
|
||||
* @brief Get minimal timer period, in microseconds
|
||||
|
Reference in New Issue
Block a user