forked from espressif/esp-idf
Fix comment typos in WiFi types header
Merges https://github.com/espressif/esp-idf/pull/3145
This commit is contained in:
committed by
Ivan Grokhotkov
parent
85653acfb4
commit
e5e41e0a5e
@@ -262,7 +262,7 @@ typedef struct {
|
|||||||
} wifi_sta_list_t;
|
} wifi_sta_list_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
WIFI_STORAGE_FLASH, /**< all configuration will strore in both memory and flash */
|
WIFI_STORAGE_FLASH, /**< all configuration will store in both memory and flash */
|
||||||
WIFI_STORAGE_RAM, /**< all configuration will only store in the memory */
|
WIFI_STORAGE_RAM, /**< all configuration will only store in the memory */
|
||||||
} wifi_storage_t;
|
} wifi_storage_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user