We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CFE_BIT
Checklist
Describe the bug The CFE_BIT family of macros is being removed in nasa/cFE#2294
There are a couple of uses of these macros in HS that will need to be removed.
Expected behavior Use the direct bit-check/manipulation expression rather than the abstracted macro which is being removed.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#93, Remove CFE_BIT-related macros
cfa19b5
Merge pull request #94 from thnkslprpt/fix-93-remove-CFE-BIT-macros
0c0f177
Fix #93, Remove `CFE_BIT`-related macros
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
The
CFE_BIT
family of macros is being removed in nasa/cFE#2294There are a couple of uses of these macros in HS that will need to be removed.
Expected behavior
Use the direct bit-check/manipulation expression rather than the abstracted macro which is being removed.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: