Skip to content

Commit

Permalink
test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 29, 2024
1 parent 4355a7f commit 27d1809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ CFE_Status_t SAMPLE_APP_Init(void)
CFE_Config_GetVersionString(VersionString, SAMPLE_APP_CFG_MAX_VERSION_STR_LEN, "Sample App", SAMPLE_APP_VERSION,
SAMPLE_APP_BUILD_CODENAME, SAMPLE_APP_LAST_OFFICIAL);

CFE_EVS_SendEvent(SAMPLE_APP_INIT_INF_EID, CFE_EVS_EventType_INFORMATION, "Test App Initialized.%s",
CFE_EVS_SendEvent(SAMPLE_APP_INIT_INF_EID, CFE_EVS_EventType_INFORMATION, "Sample App Initialized.%s",
VersionString);
}

Expand Down

0 comments on commit 27d1809

Please sign in to comment.