mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/esp_timer_docs' into 'master'
docs: correct function description following https://esp32.com/viewtopic.php?f=5&t=16332 Closes IDFGH-3575 See merge request espressif/esp-idf!9427
This commit is contained in:
commit
6078fcebff
@ -178,7 +178,7 @@ esp_err_t esp_timer_stop(esp_timer_handle_t timer);
|
||||
* @param timer timer handle allocated using esp_timer_create
|
||||
* @return
|
||||
* - ESP_OK on success
|
||||
* - ESP_ERR_INVALID_STATE if the timer is not running
|
||||
* - ESP_ERR_INVALID_STATE if the timer is running
|
||||
*/
|
||||
esp_err_t esp_timer_delete(esp_timer_handle_t timer);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user