Skip to content

Commit 396eaa3

Browse files
[components][wlan] Fixing comments errors of RT_WLAN_EVT_SCAN_DONE and RT_WLAN_EVT_SCAN_REPORT (#10237)
1 parent 0bdf9bd commit 396eaa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/drivers/wlan/dev_wlan_mgnt.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ extern "C" {
6060
typedef enum
6161
{
6262
RT_WLAN_EVT_READY = 0, /* connect and prot is ok, You can send data*/
63-
RT_WLAN_EVT_SCAN_DONE, /* Scan a info */
64-
RT_WLAN_EVT_SCAN_REPORT, /* Scan end */
63+
RT_WLAN_EVT_SCAN_DONE, /* Scan end */
64+
RT_WLAN_EVT_SCAN_REPORT, /* Scan a info */
6565
RT_WLAN_EVT_STA_CONNECTED, /* connect success */
6666
RT_WLAN_EVT_STA_CONNECTED_FAIL, /* connection failed */
6767
RT_WLAN_EVT_STA_DISCONNECTED, /* disconnect */

0 commit comments

Comments
 (0)