diff options
| author | hathach <[email protected]> | 2018-11-23 15:22:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-23 15:22:46 +0700 |
| commit | f196b24dce1531eae8e049bbe35df79996fe4155 (patch) | |
| tree | 9213e2c9849b0f9ed9ca308eeb97f9f2c1b6523c /src/device/dcd.h | |
| parent | a619ff88a36e4b841cb5901135b1811b06c3c843 (diff) | |
rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESS
Diffstat (limited to 'src/device/dcd.h')
| -rw-r--r-- | src/device/dcd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index f07bda2d3..db84df839 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -49,13 +49,6 @@ extern "C" {
#endif
-enum
-{
- DCD_XFER_SUCCESS = 0,
- DCD_XFER_FAILED,
- DCD_XFER_STALLED
-};
-
typedef enum
{
DCD_EVENT_BUS_RESET = 1,
|
