diff options
| author | Gordon McNab <[email protected]> | 2022-11-30 12:16:52 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-30 12:16:52 +0000 |
| commit | aceab1dcf3a57d2e789efc0781685beb33e94754 (patch) | |
| tree | 877481517624c02d8da49d2260a40bde1555a8b9 /src/common | |
| parent | 1437ad1dfb5b48169f680253707821bd9751fc65 (diff) | |
| parent | 2ae6a4d519cdb1d8df7a4c7b9a979b8ad3713e88 (diff) | |
Merge branch 'hathach:master' into port-ft90x
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h index e11f08dd1..1bfa7c7d1 100644 --- a/src/common/tusb_types.h +++ b/src/common/tusb_types.h @@ -225,7 +225,7 @@ enum { typedef enum { - XFER_RESULT_SUCCESS, + XFER_RESULT_SUCCESS = 0, XFER_RESULT_FAILED, XFER_RESULT_STALLED, XFER_RESULT_TIMEOUT, |
