summaryrefslogtreecommitdiff
path: root/tinyusb/core/std_request.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-04-05 14:00:37 +0700
committerhathach <[email protected]>2013-04-05 14:00:37 +0700
commit68dddefe7b87583cf2eaac68f2d77e2a5efd3d69 (patch)
tree33f1e4d93a517453992abf922629822f017b183c /tinyusb/core/std_request.h
parentfcb8e295ecf5b50ffe2ec98d648d461bc215e2af (diff)
add control xfer for ehci controller fake: ehci_controller_control_xfer_proceed
refractor test code
Diffstat (limited to 'tinyusb/core/std_request.h')
-rw-r--r--tinyusb/core/std_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/core/std_request.h b/tinyusb/core/std_request.h
index 06b94c3ca..f5d1e84e7 100644
--- a/tinyusb/core/std_request.h
+++ b/tinyusb/core/std_request.h
@@ -59,7 +59,7 @@ typedef ATTR_PREPACKED struct ATTR_PACKED {
ATTR_PREPACKED struct ATTR_PACKED {
uint8_t recipient : 5; /**< Recipient type. */
uint8_t type : 2; /**< Request type. */
- uint8_t direction : 1; /**< Direction type. */
+ uint8_t direction : 1; /**< Direction type. tusb_direction_t */
} bmRequestType;
uint8_t bRequest;