Implement requested changes for PR724

This commit is contained in:
Jeremiah McCarthy 2021-03-17 09:25:01 -04:00
parent dc2f00cca1
commit ec08dcf61a
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ typedef struct
usbtmc_capabilities_specific_t const * capabilities;
} usbtmc_interface_state_t;
static usbtmc_interface_state_t usbtmc_state =
CFG_TUSB_MEM_SECTION static usbtmc_interface_state_t usbtmc_state =
{
.itf_id = 0xFF,
};