Skip to content

Commit

Permalink
Fix #62, 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 bbdca55 commit 00266ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/utilities/md_test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ typedef union
extern UT_CmdBuf_t UT_CmdBuf;

/* Unit test ids */
#define MD_UT_MID_1 CFE_SB_ValueToMsgId(CFE_PLATFORM_TLM_MID_BASE + 1)
#define MD_UT_MID_1 CFE_SB_ValueToMsgId(1)

/*
* Function Definitions
Expand Down

0 comments on commit 00266ac

Please sign in to comment.