diff --git a/components/esp_hid/src/esp_hid_common.c b/components/esp_hid/src/esp_hid_common.c index 5bdc294f0b..9d1f4167f4 100644 --- a/components/esp_hid/src/esp_hid_common.c +++ b/components/esp_hid/src/esp_hid_common.c @@ -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;