diff options
Diffstat (limited to 'tinyusb/core/std_request.h')
| -rw-r--r-- | tinyusb/core/std_request.h | 2 |
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; |
