ehci fix dcache clean when control endpoint failed

This commit is contained in:
hathach
2023-05-19 13:32:49 +07:00
parent f26a93908e
commit 5dae5e1292
4 changed files with 12 additions and 9 deletions

View File

@@ -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