diff options
| author | Ha Thach <[email protected]> | 2023-05-19 14:18:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-19 14:18:07 +0700 |
| commit | 6ecd4800061ac72421bf3e33468ee670c2d9ae55 (patch) | |
| tree | af89c0ca02dd39ad3432e68ded0fe20cd8c02304 /src/common | |
| parent | e2d3c0b2d3905a5194abb7bb8894e8b6b9c9b7e4 (diff) | |
| parent | 7211dd18b46affdf027522e34ff3aa3b5d8d5df5 (diff) | |
Merge pull request #2061 from hathach/imx-usbhost
iMX.RT EHCI add dcache support and other fixes + refactor
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_debug.h b/src/common/tusb_debug.h index 82f682043..36507041f 100644 --- a/src/common/tusb_debug.h +++ b/src/common/tusb_debug.h @@ -46,6 +46,7 @@ #if CFG_TUSB_DEBUG >= 2 extern char const* const tu_str_speed[]; extern char const* const tu_str_std_request[]; +extern char const* const tu_str_xfer_result[]; #endif void tu_print_mem(void const *buf, uint32_t count, uint8_t indent); |
