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

Misnamed CFE_MSG_CommandHeader_t variable in TO_LAB_NoArgsCmd_t #162

Closed
2 tasks done
thnkslprpt opened this issue Sep 22, 2023 · 0 comments · Fixed by #163
Closed
2 tasks done

Misnamed CFE_MSG_CommandHeader_t variable in TO_LAB_NoArgsCmd_t #162

thnkslprpt opened this issue Sep 22, 2023 · 0 comments · Fixed by #163

Comments

@thnkslprpt
Copy link
Contributor

Checklist

  • I reviewed the Contributing Guide.
  • I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.

Describe the bug
The CFE_MSG_CommandHeader_t variable in TO_LAB_NoArgsCmd_t is named CmdHeade (missing the 'r' on the end).

Code snips

typedef struct
{
CFE_MSG_CommandHeader_t CmdHeade; /**< \brief Command header */
} TO_LAB_NoArgsCmd_t;

Expected behavior
Rename to avoid confusion during future maintenance.

Reporter Info
Avi Weiss @thnkslprpt

thnkslprpt added a commit to thnkslprpt/to_lab that referenced this issue Sep 22, 2023
thnkslprpt added a commit to thnkslprpt/to_lab that referenced this issue Nov 1, 2023
dzbaker added a commit that referenced this issue Nov 13, 2023
…ader-variable

Fix #162, Update misnamed CmdHeader variable in to_lab_msg.h
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