Skip to content
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

Component-specific cFE headers not required (all are pulled in by cfe.h) #133

Closed
thnkslprpt opened this issue Feb 15, 2023 · 0 comments · Fixed by #134
Closed

Component-specific cFE headers not required (all are pulled in by cfe.h) #133

thnkslprpt opened this issue Feb 15, 2023 · 0 comments · Fixed by #134

Comments

@thnkslprpt
Copy link
Contributor

Describe the bug
Copy of nasa/sample_app#194
The component-specific cFE header files (cfe_sb.h, cfe_es.h etc.) are all already pulled by the all-inclusive cfe.h.

Expected behavior
Remove unnecessary header #include's.

Code snips

#include "cfe.h"
#include "cfe_sb.h"
#include "osapi.h"
#include "cfe_es.h"
#include "cfe_error.h"

Reporter Info
Avi Weiss @thnkslprpt

dzbaker added a commit that referenced this issue Nov 13, 2023
…ific-cfe-headers

Fix #133, Remove component-specific cFE header #includes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant