-
Notifications
You must be signed in to change notification settings - Fork 2k
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
usbus: remove deprecated USBUS_HANDLER_FLAG_TR_FAIL flag #19488
Conversation
Signed-off-by: Dylan Laduranty <[email protected]>
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.
The flag is declared as deprecated since over a year and should be removed already in 2022.07 release.
bors merge |
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.
ack,
bors merge
Already running a review |
19488: usbus: remove deprecated USBUS_HANDLER_FLAG_TR_FAIL flag r=gschorcht a=dylad ### Contribution description This PR removes the deprecated `USBUS_HANDLER_FLAG_TR_FAIL` flag. ### Testing procedure CI should be enough. ### Issues/PRs references Was deprecated by #17046 Co-authored-by: Dylan Laduranty <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master (it was a non-fast-forward update). It will be automatically retried. |
Build succeeded: |
Thanks ! |
Contribution description
This PR removes the deprecated
USBUS_HANDLER_FLAG_TR_FAIL
flag.Testing procedure
CI should be enough.
Issues/PRs references
Was deprecated by #17046