Skip to content

Commit f925da9

Browse files
committed
docs: correct function description following https://esp32.com/viewtopic.php?f=5&t=16332
1 parent 1d55a3c commit f925da9

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)