diff options
| author | hathach <[email protected]> | 2018-03-11 21:05:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 21:06:32 +0700 |
| commit | d71334c34822c1e7b5b4ecfdcc44c8c3c3843d61 (patch) | |
| tree | 7919ae09945b0ab3fe09c40651ab837f56b1bef4 /tinyusb/common/std_request.h | |
| parent | 26d81c3ea16809bfed6fd9e93e9b2d93696c6264 (diff) | |
tusb_type rename
Diffstat (limited to 'tinyusb/common/std_request.h')
| -rw-r--r-- | tinyusb/common/std_request.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/common/std_request.h b/tinyusb/common/std_request.h index b20b72ab0..f277e15b1 100644 --- a/tinyusb/common/std_request.h +++ b/tinyusb/common/std_request.h @@ -54,8 +54,8 @@ typedef struct ATTR_PACKED{
union {
struct ATTR_PACKED {
- uint8_t recipient : 5; ///< Recipient type tusb_std_request_recipient_t.
- uint8_t type : 2; ///< Request type tusb_control_request_type_t.
+ uint8_t recipient : 5; ///< Recipient type tusb_request_recipient_t.
+ uint8_t type : 2; ///< Request type tusb_request_type_t.
uint8_t direction : 1; ///< Direction type. tusb_dir_t
} bmRequestType_bit;
uint8_t bmRequestType;
|
