We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876f49f commit 1fb2a2fCopy full SHA for 1fb2a2f
src/class/vendor/vendor_device.c
@@ -59,7 +59,7 @@ typedef struct
59
CFG_TUSB_MEM_ALIGN uint8_t epin_buf[CFG_TUD_VENDOR_EPSIZE];
60
} vendord_interface_t;
61
62
-CFG_TUSB_MEM_SECTION static vendord_interface_t _vendord_itf[CFG_TUD_VENDOR];
+CFG_TUSB_MEM_SECTION tu_static vendord_interface_t _vendord_itf[CFG_TUD_VENDOR];
63
64
#define ITF_MEM_RESET_SIZE offsetof(vendord_interface_t, rx_ff)
65
0 commit comments