summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2020-04-13 11:05:34 -0400
committerNathan Conrad <[email protected]>2020-04-13 11:05:34 -0400
commitde208b31cf648c03670f34ff615a0f7ac6b566f3 (patch)
tree2bfe94bce7758ecf0a47f381be0424b27b2cff3d /src/device/dcd.h
parentf8e7487355c1d48517211a2316fbbc8566a1532d (diff)
edpt_close: Remove item from queue instead of modifying it.
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 f48530227..99e623358 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -66,7 +66,7 @@ typedef struct TU_ATTR_ALIGNED(4)
// USBD_EVT_XFER_COMPLETE
struct {
- uint8_t ep_addr; ///< 0xFF signifies that the transfer was aborted.
+ uint8_t ep_addr;
uint8_t result;
uint32_t len;
}xfer_complete;