diff options
| author | hathach <[email protected]> | 2023-05-19 13:32:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-19 13:32:49 +0700 |
| commit | 5dae5e12928ba789cd7e248edd9fa91376902925 (patch) | |
| tree | 19c1585bd7f6c6da0124bef4749d3c3261e54460 /src/tusb.c | |
| parent | f26a93908ef9dcde6818c9b271727ed6c77e87d8 (diff) | |
ehci fix dcache clean when control endpoint failed
Diffstat (limited to 'src/tusb.c')
| -rw-r--r-- | src/tusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.c b/src/tusb.c index 7327db685..465b608b0 100644 --- a/src/tusb.c +++ b/src/tusb.c @@ -440,7 +440,7 @@ char const* const tu_str_std_request[] = }; char const* const tu_str_xfer_result[] = { - "OK", "Failed", "Stalled", "Timeout" + "OK", "FAILED", "STALLED", "TIMEOUT" }; #endif |
