Skip to content

Commit

Permalink
hostap: Fix build error (#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 authored and rlubos committed Aug 1, 2023
1 parent 5272369 commit 074daae
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 074daae

Please sign in to comment.