diff options
| author | Ha Thach <[email protected]> | 2023-07-24 21:38:46 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-24 21:38:46 +0700 |
| commit | fda92fd34a8fe0d08e5c51fab4ea38f6849051e8 (patch) | |
| tree | 93c878d68b05feae51aa672f5021005297997e30 /src/class/hid | |
| parent | f295aaf1851eb270070af7292d1f100f7172daf4 (diff) | |
| parent | 0b38941362b6ff2fe3fb7aba1507e82798cd9c16 (diff) | |
Merge branch 'master' into hcd-abort-xfer
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) |
