esp_hid: add missing static qualifier

Closes https://github.com/espressif/esp-idf/pull/5778
Closes IDFGH-3877
This commit is contained in:
Valeri 2020-08-24 01:26:08 +03:00 committed by Mahavir Jain
parent 8f064dabcd
commit 77922a24c3

View File

@ -19,7 +19,7 @@
#if (CONFIG_GATTS_ENABLE || CONFIG_GATTC_ENABLE)
#include "esp_gatt_defs.h"
#endif
const char *TAG = "hid_parser";
static const char *TAG = "hid_parser";
typedef struct {
uint16_t appearance;