summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-10 11:31:29 +0700
committerGitHub <[email protected]>2019-10-10 11:31:29 +0700
commite413c9efa303d70de019a91aa415384fe80ca78f (patch)
treeab6eaf9b92a41dc1937314646bce457e414c5f96 /src/device/dcd.h
parentb3a5bb3247dfac081a01ccb22498ee2f50e365b4 (diff)
parentc42edc080cb61d4af8015df6c1d404273b3a5bfa (diff)
Merge pull request #199 from hathach/develop
ti_driver as submodule
Diffstat (limited to 'src/device/dcd.h')
-rw-r--r--src/device/dcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 168eb181c..bef062fb1 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -42,7 +42,7 @@ typedef enum
DCD_EVENT_BUS_RESET = 1,
DCD_EVENT_UNPLUGGED,
DCD_EVENT_SOF,
- DCD_EVENT_SUSPEND,
+ DCD_EVENT_SUSPEND, // TODO LPM Sleep L1 support
DCD_EVENT_RESUME,
DCD_EVENT_SETUP_RECEIVED,