mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_hid: add missing static qualifier
Closes https://github.com/espressif/esp-idf/pull/5778 Closes IDFGH-3877
This commit is contained in:
parent
8f064dabcd
commit
77922a24c3
@ -19,7 +19,7 @@
|
|||||||
#if (CONFIG_GATTS_ENABLE || CONFIG_GATTC_ENABLE)
|
#if (CONFIG_GATTS_ENABLE || CONFIG_GATTC_ENABLE)
|
||||||
#include "esp_gatt_defs.h"
|
#include "esp_gatt_defs.h"
|
||||||
#endif
|
#endif
|
||||||
const char *TAG = "hid_parser";
|
static const char *TAG = "hid_parser";
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint16_t appearance;
|
uint16_t appearance;
|
||||||
|
Loading…
Reference in New Issue
Block a user