Skip to content

Commit

Permalink
Merge branch 'fix/app_wifi_cxx_guards' into 'master'
Browse files Browse the repository at this point in the history
fix: include guard in app_wifi.h

See merge request app-frameworks/esp-rainmaker!465
  • Loading branch information
mahavirj committed Aug 23, 2024
2 parents e62c52a + 648d4aa commit 52524f6
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 52524f6

Please sign in to comment.