summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-09-09 20:26:03 +0700
committerhathach <[email protected]>2021-09-09 20:26:03 +0700
commitad8c0ee8182f6c6120bf8124dbdcd2883f285f8f (patch)
treec97bc25d5047d70ea42d5f102e68de5abf628331 /src/common
parentf948cbe4710c800cd168de793cc1c4fb80a55dd7 (diff)
nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAX
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h
index 687f980be..d0cc41285 100644
--- a/src/common/tusb_common.h
+++ b/src/common/tusb_common.h
@@ -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++)
{