-
Notifications
You must be signed in to change notification settings - Fork 57
feat: Refactor errors using macro #2061
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
base: main
Are you sure you want to change the base?
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
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.
Looks like this modifies ROM. Can you double check that none of the error codes were modified?
382eeb9
to
90072bd
Compare
@jhand2 the ROM is now unmodified, all valaues match. |
Refactor error code definitions based on the macro introduced in eee1a37. Signed-off-by: leongross <[email protected]>
90072bd
to
a79383c
Compare
Refactor error code definitions based on the macro introduced in eee1a37. This PR can be considered a backport of #1992 for version 1.x