Skip to content

Commit

Permalink
fix(core/usbd_core): fix ep config for more eps when call usbd_set_in…
Browse files Browse the repository at this point in the history
…terface
  • Loading branch information
sakumisu committed Dec 28, 2024
1 parent 515b83e commit 1be34f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/usbd_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ static bool usbd_set_interface(uint8_t busid, uint8_t iface, uint8_t alt_setting
goto find_end;
} else if (cur_alt_setting == alt_setting) {
ret = usbd_set_endpoint(busid, ep_desc);
goto find_end;
} else {
}
}
Expand Down

0 comments on commit 1be34f4

Please sign in to comment.