log: Remove non-static TAG variables

This commit is contained in:
Angus Gratton
2017-12-15 10:39:07 +11:00
committed by Angus Gratton
parent 8688f0ec05
commit ea2afa83a8
2 changed files with 1 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
#include "tcpip_adapter.h"
#include "esp_log.h"
const char* TAG = "event";
static const char* TAG = "event";
#define WIFI_API_CALL_CHECK(info, api_call, ret) \
do{\