Explorar o código

docs: correct function description following https://esp32.com/viewtopic.php?f=5&t=16332

Krzysztof %!s(int64=5) %!d(string=hai) anos
pai
achega
f925da9179
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/esp_timer/include/esp_timer.h

+ 1 - 1
components/esp_timer/include/esp_timer.h

@@ -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);