diff options
| author | Ha Thach <[email protected]> | 2023-07-24 20:49:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-24 20:49:20 +0700 |
| commit | d685ac689bebf778bbf401ff06ba513cee02182c (patch) | |
| tree | 5a02234cda241bf119c76900ba4098591c59bef3 /src/class/hid | |
| parent | 8fa0b74d8016554d23f84981f78c656f215d76e8 (diff) | |
| parent | 25225ba792c7537b6fa25f3be5728a08bf343af8 (diff) | |
Merge pull request #2172 from hathach/cmake-4088
update bsp for 4088
Diffstat (limited to 'src/class/hid')
| -rw-r--r-- | src/class/hid/hid_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_device.c b/src/class/hid/hid_device.c index 9240fe2ca..5637ea6b4 100644 --- a/src/class/hid/hid_device.c +++ b/src/class/hid/hid_device.c @@ -58,7 +58,7 @@ typedef struct tusb_hid_descriptor_hid_t const * hid_descriptor; } hidd_interface_t; -CFG_TUSB_MEM_SECTION tu_static hidd_interface_t _hidd_itf[CFG_TUD_HID]; +CFG_TUD_MEM_SECTION tu_static hidd_interface_t _hidd_itf[CFG_TUD_HID]; /*------------- Helpers -------------*/ static inline uint8_t get_index_by_itfnum(uint8_t itf_num) |
