rename UBSD_EVT_ to DCD_EVENT_

This commit is contained in:
hathach
2018-10-23 15:12:30 +07:00
parent e97b14848b
commit 9ba624a974
2 changed files with 19 additions and 19 deletions

View File

@@ -60,14 +60,14 @@ typedef enum
typedef enum
{
USBD_EVT_BUS_RESET = 1,
USBD_EVT_UNPLUGGED,
USBD_EVT_SOF,
USBD_EVT_SUSPENDED,
USBD_EVT_RESUME,
DCD_EVENT_BUS_RESET = 1,
DCD_EVENT_UNPLUGGED,
DCD_EVENT_SOF,
DCD_EVENT_SUSPENDED,
DCD_EVENT_RESUME,
USBD_EVT_SETUP_RECEIVED,
USBD_EVT_XFER_COMPLETE,
DCD_EVENT_SETUP_RECEIVED,
DCD_EVENT_XFER_COMPLETE,
USBD_EVT_FUNC_CALL
}usbd_eventid_t;