Skip to content

Commit

Permalink
Merge pull request #2680 from Ryzee119/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 18, 2024
2 parents 007a8bd + d52d659 commit 1cc319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/usbh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ bool tuh_interface_set(uint8_t daddr, uint8_t itf_num, uint8_t itf_alt,
TU_LOG_USBH("Set Interface %u Alternate %u\r\n", itf_num, itf_alt);
tusb_control_request_t const request = {
.bmRequestType_bit = {
.recipient = TUSB_REQ_RCPT_DEVICE,
.recipient = TUSB_REQ_RCPT_INTERFACE,
.type = TUSB_REQ_TYPE_STANDARD,
.direction = TUSB_DIR_OUT
},
Expand Down

0 comments on commit 1cc319a

Please sign in to comment.