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

Out-of-order CC usage #2501

Open
czogby-nasa opened this issue Jan 22, 2024 · 0 comments
Open

Out-of-order CC usage #2501

czogby-nasa opened this issue Jan 22, 2024 · 0 comments

Comments

@czogby-nasa
Copy link

cfe_evs_task.c:

"case CFE_EVS_WRITE_LOG_DATA_FILE_CC" should be moved to before "case CFE_EVS_SET_LOG_MODE_CC".
As it is, the order doesn't match the CC numbering order (which matches the .rec file), which can lead to inferring the wrong CC from it.

This has been implemented in the attached file.
cfe_evs_task_c.zip

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

No branches or pull requests

1 participant