You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CFE_MSG_CMD_HDR_INIT macro's parentheses are not properly balanced.
The CFE_MSG_CMD_HDR_INIT macro contains a ')' instead of a '}' in line 70 as of Latest commit [f9112b4] on Jun 7, 2022
File: nasa/cFE/modules/msg/option_inc/default_cfe_msg_hdr_priext.h
Simple inspection shows the problem.
Opening and closing parentheses should be balanced.
line 70: .SystemId = {0, 0) \
Matthias Bark, Boeing
The text was updated successfully, but these errors were encountered:
The CFE_MSG_CMD_HDR_INIT macro's parentheses are not properly balanced.
The CFE_MSG_CMD_HDR_INIT macro contains a ')' instead of a '}' in line 70 as of Latest commit [f9112b4] on Jun 7, 2022
File: nasa/cFE/modules/msg/option_inc/default_cfe_msg_hdr_priext.h
Simple inspection shows the problem.
Opening and closing parentheses should be balanced.
line 70: .SystemId = {0, 0) \
Matthias Bark, Boeing
The text was updated successfully, but these errors were encountered: