Skip to content

Commit

Permalink
Merge pull request #122 from LucienMorey/LucienMorey/fix-121-incorrec…
Browse files Browse the repository at this point in the history
…t-macro-usage

Fix #121, fix incorrect macro usage
  • Loading branch information
dzbaker committed Feb 22, 2024
2 parents f92bec8 + 0863ab1 commit 728f432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/hs_monitors.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void HS_MonitorEvent(const CFE_EVS_LongEventTlm_t *EventPtr)
default:

/* Calculate the requested message action index */
MsgActsIndex = ActionType - HS_AMT_ACT_LAST_NONMSG - 1;
MsgActsIndex = ActionType - HS_EMT_ACT_LAST_NONMSG - 1;

/*
** Check to see if this is a valid Message Action Type
Expand Down

0 comments on commit 728f432

Please sign in to comment.