From 68dddefe7b87583cf2eaac68f2d77e2a5efd3d69 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 5 Apr 2013 14:00:37 +0700 Subject: add control xfer for ehci controller fake: ehci_controller_control_xfer_proceed refractor test code --- tinyusb/core/std_request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/core/std_request.h') 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; -- cgit v1.3.1