We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d55a3c commit f925da9Copy full SHA for f925da9
components/esp_timer/include/esp_timer.h
@@ -178,7 +178,7 @@ esp_err_t esp_timer_stop(esp_timer_handle_t timer);
178
* @param timer timer handle allocated using esp_timer_create
179
* @return
180
* - ESP_OK on success
181
- * - ESP_ERR_INVALID_STATE if the timer is not running
+ * - ESP_ERR_INVALID_STATE if the timer is running
182
*/
183
esp_err_t esp_timer_delete(esp_timer_handle_t timer);
184
0 commit comments