-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove endpoint parameter from USB callbacks #7267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove endpoint parameter from USB callbacks #7267
Conversation
Remove the endpoint parameter from endpoint callbacks. This information is redundant because endpoints are known at construction time because they must be in the configuration descriptor.
This page will need to be updated to reflect this API change: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks fine.
/morph build |
Build : SUCCESSBuild number : 2403 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2038 |
Test : SUCCESSBuild number : 2189 |
Endpoint callbacks no longer have endpoint as a param. This update was introduced in ARMmbed#7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in #7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in #7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in #7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in #7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in ARMmbed#7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in #7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in #7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in #7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in ARMmbed#7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in #7267.
Endpoint callbacks no longer have endpoint as a param. This update was introduced in ARMmbed#7267.
Description
Remove the endpoint parameter from endpoint callbacks. This
information is redundant because endpoints are known at construction time because they must be in the configuration descriptor.
Pull request type