diff options
| author | hathach <[email protected]> | 2018-03-11 20:16:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 20:16:39 +0700 |
| commit | ca13d59682e6a9327528dde230e6725c48fb305b (patch) | |
| tree | 53b84ee4bdd88c7f3c5eeee0caa3bb01a978354b /tinyusb/common/std_request.h | |
| parent | e29409d4c833a5004d68f6e4721d2469968dd9a5 (diff) | |
rename tusb_dir_t
Diffstat (limited to 'tinyusb/common/std_request.h')
| -rw-r--r-- | tinyusb/common/std_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/std_request.h b/tinyusb/common/std_request.h index 87d6e5d0f..b20b72ab0 100644 --- a/tinyusb/common/std_request.h +++ b/tinyusb/common/std_request.h @@ -56,7 +56,7 @@ typedef struct ATTR_PACKED{ 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 direction : 1; ///< Direction type. tusb_direction_t
+ uint8_t direction : 1; ///< Direction type. tusb_dir_t
} bmRequestType_bit;
uint8_t bmRequestType;
};
|
