Skip to content

Commit

Permalink
fix: include guard in app_wifi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjakob committed Aug 23, 2024
1 parent 082f5e3 commit 648d4aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/common/app_network/app_wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#include <sdkconfig.h>
#include <app_network.h>

#ifdef __cplusplus
extern "C" {
#endif

#if CONFIG_APP_WIFI_PROV_COMPAT
#define APP_WIFI_EVENT APP_NETWORK_EVENT
typedef app_network_event_t app_wifi_event_t;
Expand Down

0 comments on commit 648d4aa

Please sign in to comment.