Skip to content

Commit

Permalink
Merge pull request #87 from jphickey/fix-86-midbase
Browse files Browse the repository at this point in the history
Fix #86, remove dependency on MID_BASE defines
  • Loading branch information
dmknutsen authored Dec 15, 2023
2 parents e193fe4 + 2d1cde3 commit 73285e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/utilities/mm_test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extern UT_CmdBuf_t UT_CmdBuf;

/* Unit test ids */
#define MM_UT_OBJID_1 OS_ObjectIdFromInteger(1)
#define MM_UT_MID_1 CFE_SB_ValueToMsgId(CFE_PLATFORM_TLM_MID_BASE + 1)
#define MM_UT_MID_1 CFE_SB_ValueToMsgId(1)

/*
* Function Definitions
Expand Down

0 comments on commit 73285e9

Please sign in to comment.