diff options
| author | Ha Thach <[email protected]> | 2026-06-01 12:42:03 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-01 12:42:03 +0700 |
| commit | bbdb41995de6510b837ad239933e1823ca175314 (patch) | |
| tree | ac33e616077fde67751dffe92cf68afa8671dd0d /src/common | |
| parent | 2c27ec9c89f95057e30da5d08c01f01c941b8a58 (diff) | |
| parent | 17185428df755d7229407e6ac87c124e522877dc (diff) | |
Merge pull request #3657 from hathach/usbh-add-control-queue
Add control transfer fifo for host stack
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index 959fc129a..cb06b89bb 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -282,6 +282,7 @@ typedef enum { XFER_RESULT_FAILED, XFER_RESULT_STALLED, XFER_RESULT_TIMEOUT, + XFER_RESULT_ABORTED, XFER_RESULT_INVALID } xfer_result_t; |
