diff options
| author | sakumisu <[email protected]> | 2024-12-28 16:43:19 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-12-28 16:43:19 +0800 |
| commit | 1be34f4d367b52b7a57ccf3446f4cc7f7f006abe (patch) | |
| tree | 99136ac3e1003a992a11d4e084899e0ede8d2360 /core | |
| parent | 515b83e0f8a4f8c22935de82fa5d68c2b4fd57a4 (diff) | |
fix(core/usbd_core): fix ep config for more eps when call usbd_set_interfacev1.4.2
Diffstat (limited to 'core')
| -rw-r--r-- | core/usbd_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/usbd_core.c b/core/usbd_core.c index b43b5fbf..d7fb3517 100644 --- a/core/usbd_core.c +++ b/core/usbd_core.c @@ -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 { } } |
