]> granicus.if.org Git - esp-idf/commitdiff
esp_wifi: fix typo in comments (ESP_ERR_WIFI_NOT_STARTED)
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Oct 2019 14:48:32 +0000 (16:48 +0200)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Oct 2019 14:48:32 +0000 (16:48 +0200)
components/esp_wifi/include/esp_wifi.h

index 82fa00bfcf9614802456fd4ba96f41a7095224cf..969aa62d95adbc7bfdd41536e521764181e7e12b 100644 (file)
@@ -330,7 +330,7 @@ esp_err_t esp_wifi_restore(void);
   * @return 
   *    - ESP_OK: succeed
   *    - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
-  *    - ESP_ERR_WIFI_NOT_START: WiFi is not started by esp_wifi_start
+  *    - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start
   *    - ESP_ERR_WIFI_CONN: WiFi internal error, station or soft-AP control block wrong
   *    - ESP_ERR_WIFI_SSID: SSID of AP which station connects is invalid
   */