Преглед изворни кода

esp32: minor fix for wifi api comments

Minor fix about the comments of wifi_promiscuous_pkt_type_t
Liu Zhi Fu пре 8 година
родитељ
комит
f59bf74057
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/esp32/include/esp_wifi_types.h

+ 1 - 1
components/esp32/include/esp_wifi_types.h

@@ -246,7 +246,7 @@ typedef struct {
   *
   */
 typedef enum {
-    WIFI_PKT_CTRL,  /**< control type, receive packet buf is wifi_pkt_rx_ctrl_t */
+    WIFI_PKT_CTRL,  /**< control type, receive packet buf is wifi_promiscuous_pkt_t */
     WIFI_PKT_MGMT,  /**< management type, receive packet buf is wifi_promiscuous_pkt_t */
     WIFI_PKT_DATA,  /**< data type, receive packet buf is wifi_promiscuous_pkt_t */
     WIFI_PKT_MISC,  /**< other type, receive packet buf is wifi_promiscuous_pkt_t */