diff options
| author | hathach <[email protected]> | 2021-09-09 20:26:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-09 20:26:03 +0700 |
| commit | ad8c0ee8182f6c6120bf8124dbdcd2883f285f8f (patch) | |
| tree | c97bc25d5047d70ea42d5f102e68de5abf628331 /src/common | |
| parent | f948cbe4710c800cd168de793cc1c4fb80a55dd7 (diff) | |
nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAX
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_common.h | 2 |
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++) { |
