Skip to content

Commit

Permalink
Merge pull request #63 from jphickey/fix-62-midbase
Browse files Browse the repository at this point in the history
Fix #62, remove dependency on MID_BASE defines
  • Loading branch information
dmknutsen authored Dec 15, 2023
2 parents bbdca55 + 00266ac commit 74b620b
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 74b620b

Please sign in to comment.