Skip to content

Commit 6078fce

Browse files
committed
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
2 parents a97a162 + f925da9 commit 6078fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_timer/include/esp_timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ esp_err_t esp_timer_stop(esp_timer_handle_t timer);
178178
* @param timer timer handle allocated using esp_timer_create
179179
* @return
180180
* - ESP_OK on success
181-
* - ESP_ERR_INVALID_STATE if the timer is not running
181+
* - ESP_ERR_INVALID_STATE if the timer is running
182182
*/
183183
esp_err_t esp_timer_delete(esp_timer_handle_t timer);
184184

0 commit comments

Comments
 (0)