]> granicus.if.org Git - esp-idf/commitdiff
modify comments according to review
authorLiu Zhi Fu <liuzhifu@espressif.com>
Mon, 31 Oct 2016 03:17:33 +0000 (11:17 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Mon, 31 Oct 2016 03:17:33 +0000 (11:17 +0800)
components/esp32/include/esp_wifi_types.h

index 3304a8a3ea1d55d2ad431eb44e7da42539fada8c..fb19aa8fc3140f96559d3c1580cc2b31c9229dd8 100644 (file)
@@ -154,7 +154,7 @@ typedef struct {
     uint8_t mac[6];  /**< mac address of sta that associated with ESP32 soft-AP */
 }wifi_sta_info_t;
 
-#define ESP_WIFI_MAX_CONN_NUM  (10)       /**< max number of sta the ESP32 soft-AP can connect */
+#define ESP_WIFI_MAX_CONN_NUM  (10)       /**< max number of stations which can connect to ESP32 soft-AP */
 typedef struct {
     wifi_sta_info_t sta[ESP_WIFI_MAX_CONN_NUM]; /**< station list */
     int       num; /**< number of station that associated with ESP32 soft-AP */