Skip to content

Commit

Permalink
HOTFIX: Use non-deprecated symbol.
Browse files Browse the repository at this point in the history
Should use CFE_MISSION_EVS_MAX_MESSAGE_LENGTH
  • Loading branch information
jphickey committed Jun 8, 2020
1 parent aa39e2d commit 3874dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/coveragetest/coveragetest_sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static int32 UT_CheckEvent_Hook(void *UserObj, int32 StubRetcode,
uint32 CallCount, const UT_StubContext_t *Context, va_list va)
{
UT_CheckEvent_t *State = UserObj;
char TestText[CFE_EVS_MAX_MESSAGE_LENGTH];
char TestText[CFE_MISSION_EVS_MAX_MESSAGE_LENGTH];
uint16 EventId;
const char *Spec;

Expand Down

0 comments on commit 3874dbf

Please sign in to comment.