mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
esp_hid: add missing static qualifier
Closes https://github.com/espressif/esp-idf/pull/5778 Closes IDFGH-3877
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user