-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Fix Build failures when compiling the NXP USB driver #67459
Conversation
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.
Is it necessary to revert both commits? Isn't 21c9c4a the only culprit?
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.
Yes, both are related to the changes added as part of the PR to the USB HAL driver. |
… mcux driver" This reverts commit 21c9c4a. Signed-off-by: Mahesh Mahadevan <[email protected]>
@jfischer-no, that is how I reverted these commits. |
Then the commit message would be
easier to spot in the history and re-reverted. |
This reverts commit 2b91d62. Signed-off-by: Mahesh Mahadevan <[email protected]>
Updated the PR with the original revert commit messages. |
Failure introduced as part of PR #67261