nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAX

This commit is contained in:
hathach
2021-09-09 20:26:03 +07:00
parent f948cbe471
commit ad8c0ee818
2 changed files with 44 additions and 45 deletions

View File

@@ -372,7 +372,7 @@ typedef struct
static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint32_t key)
{
static char not_found[10];
static char not_found[11];
for(uint16_t i=0; i<p_table->count; i++)
{