Skip to content

Commit

Permalink
fix(nan_console): fix redundant global variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
entrop1a committed Nov 1, 2024
1 parent 545777e commit 71d2e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wifi/wifi_aware/nan_console/main/nan_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static struct {
} ping_args;

static const char *TAG = "nan_console";
static esp_netif_t *g_nan_netif = NULL;
static esp_netif_t *g_nan_netif;

#define NAN_EXAMPLE_SERVICE_NAME "ESP_NAN-Service"

Expand Down

0 comments on commit 71d2e16

Please sign in to comment.