diff options
| author | Ha Thach <[email protected]> | 2022-03-15 14:47:13 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-15 14:47:13 +0700 |
| commit | 1915d69cb8da8372b35a5067420c57ddb65d2cb1 (patch) | |
| tree | fc4be5ef7110461c2fbbdc8d62830a34941b3caa /src/common | |
| parent | 228e185a1535ed61d3b5eee6219ad1af1b637f4a (diff) | |
| parent | 2929afe2fa2fc8425dcd1390cb3119bb1bd3b42b (diff) | |
Merge pull request #1397 from hathach/rework-host-control-xfer
Rework host control xfer
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index da164145b..e2fa17532 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -228,6 +228,8 @@ typedef enum XFER_RESULT_SUCCESS, XFER_RESULT_FAILED, XFER_RESULT_STALLED, + XFER_RESULT_TIMEOUT, + XFER_RESULT_INVALID }xfer_result_t; enum // TODO remove |
