summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
diff options
context:
space:
mode:
authorJacob Potter <[email protected]>2021-01-03 15:12:02 -0700
committerJacob Potter <[email protected]>2021-01-03 15:12:02 -0700
commit57058e33fceecf16161c37f2d9796934b392a2ea (patch)
tree8c2cb3133128fc2aaaf7726ca87ffc2c028798ce /src/device/dcd.h
parent226efdcec0d880feb4af3995129b85fae9b8ddb8 (diff)
parente79a7b91526dfb19bfa764f505c87740488849dc (diff)
Merge branch 'master' into ncm
Diffstat (limited to 'src/device/dcd.h')
-rw-r--r--src/device/dcd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 776f782b8..b7e5a8da0 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -77,7 +77,7 @@ typedef struct TU_ATTR_ALIGNED(4)
uint32_t len;
}xfer_complete;
- // USBD_EVENT_FUNC_CALL
+ // FUNC_CALL
struct {
void (*func) (void*);
void* param;
@@ -140,7 +140,7 @@ void dcd_edpt_stall (uint8_t rhport, uint8_t ep_addr);
void dcd_edpt_clear_stall (uint8_t rhport, uint8_t ep_addr);
//--------------------------------------------------------------------+
-// Event API (Implemented by device stack)
+// Event API (implemented by stack)
//--------------------------------------------------------------------+
// Called by DCD to notify device stack