Skip to content

Commit

Permalink
hostap: Fix build error (zephyrproject-rtos#4)
Browse files Browse the repository at this point in the history
The file was removed but was still included.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Sep 18, 2023
1 parent eefcc86 commit 2e818c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/hostap/src/supp_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ LOG_MODULE_REGISTER(wpa_supplicant, LOG_LEVEL_DBG);
#include "includes.h"
#include "p2p_supplicant.h"
#include "wpa_supplicant_i.h"
#include "wifi_mgmt.h"

struct wpa_supplicant *wpa_s_0;

Expand Down

0 comments on commit 2e818c4

Please sign in to comment.