diff options
| author | hathach <[email protected]> | 2019-03-30 13:48:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-30 13:48:15 +0700 |
| commit | d9682f8240bed8603275ac02608916b7144fd6f5 (patch) | |
| tree | 511807d931d611fe7860571d36dd5769771da15d /src/device/dcd.h | |
| parent | 93a853cd5b5a7840536939d5a43c5ea3a0dcdfc3 (diff) | |
replaced config_num by configured
Diffstat (limited to 'src/device/dcd.h')
| -rw-r--r-- | src/device/dcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 8dafef66d..63f923faa 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -48,6 +48,7 @@ typedef enum DCD_EVENT_SETUP_RECEIVED,
DCD_EVENT_XFER_COMPLETE,
+ // Not an DCD event, just a convenient way to defer ISR function
USBD_EVENT_FUNC_CALL
} dcd_eventid_t;
|
