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
Describe the bug The component-specific cFE header files (cfe_evs.h, cfe_sb.h etc.) are all already pulled by the all-inclusive cfe.h.
cfe_evs.h
cfe_sb.h
cfe.h
Expected behavior Remove unnecessary header #include's.
#include
Code snips
sample_app/fsw/src/sample_app.h
Lines 28 to 36 in a410436
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Merge pull request #195 from thnkslprpt:fix-194-remove-component-spec…
55a8bb9
…ific-cfe-headers Fix #194, Remove component-specific cFE header #includes
5b49af7
Successfully merging a pull request may close this issue.
Describe the bug
The component-specific cFE header files (
cfe_evs.h
,cfe_sb.h
etc.) are all already pulled by the all-inclusivecfe.h
.Expected behavior
Remove unnecessary header
#include
's.Code snips
sample_app/fsw/src/sample_app.h
Lines 28 to 36 in a410436
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: