diff options
| author | Ha Thach <[email protected]> | 2026-06-12 23:59:13 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-12 23:59:13 +0700 |
| commit | 50115d171321600954095fad7ac0e635e51c4c23 (patch) | |
| tree | d4192612f1f083e3b5b14f5eb837cfc0d5f41cb1 /src/tusb.c | |
| parent | 30627e9d265bb093ccd2b41e3c715176ed62375a (diff) | |
| parent | 5014146fef1aac07362ee35c0c361b8475f7636d (diff) | |
Merge branch 'master' into ch32_fsdev
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 5d656fb8c..634cbc10b 100644 --- a/src/tusb.c +++ b/src/tusb.c @@ -497,7 +497,7 @@ char const* const tu_str_std_request[] = { }; char const* const tu_str_xfer_result[] = { - "OK", "FAILED", "STALLED", "TIMEOUT" + "OK", "FAILED", "STALLED", "TIMEOUT", "ABORTED", "INVALID" }; #endif |
