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
Is your feature request related to a problem? Please describe. #867 introduced CFE_EVS_SendDbg, CFE_EVS_SendInfo, CFE_EVS_SendErr, CFE_EVS_SendCrit macros but didn't update code to use them
Describe the solution you'd like
Update core to use macros
Describe alternatives you've considered
None
Additional context
Note some coding standards discourage ## in macros. Could go back to original implementation in #867
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
#867 introduced CFE_EVS_SendDbg, CFE_EVS_SendInfo, CFE_EVS_SendErr, CFE_EVS_SendCrit macros but didn't update code to use them
Describe the solution you'd like
Update core to use macros
Describe alternatives you've considered
None
Additional context
Note some coding standards discourage ## in macros. Could go back to original implementation in #867
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: