Skip to content

Commit

Permalink
Fix #86, remove dependency on MID_BASE defines
Browse files Browse the repository at this point in the history
Any nonzero value will work
  • Loading branch information
jphickey committed Dec 13, 2023
1 parent e193fe4 commit 2d1cde3
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 2d1cde3

Please sign in to comment.