mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
log: Remove non-static TAG variables
This commit is contained in:

committed by
Angus Gratton

parent
8688f0ec05
commit
ea2afa83a8
@@ -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{\
|
||||
|
Reference in New Issue
Block a user