Skip to content

Commit

Permalink
Merge pull request nasa#1011 from skliper/fix1010-cfe_es_registercdse…
Browse files Browse the repository at this point in the history
…x-stub

Fix nasa#1010, CFE_ES_RegisterCDSEx stub update
  • Loading branch information
astrogeco authored Nov 13, 2020
2 parents c6b2c86 + 53d0422 commit d7b5839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/cfe-core/ut-stubs/ut_es_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ int32 CFE_ES_RestoreFromCDS(void *RestoreToMemory, CFE_ES_CDSHandle_t Handle)
**
******************************************************************************/
int32 CFE_ES_RegisterCDSEx(CFE_ES_CDSHandle_t *HandlePtr,
int32 BlockSize,
CFE_ES_CDS_Offset_t UserBlockSize,
const char *Name,
bool CriticalTbl)
{
Expand Down

0 comments on commit d7b5839

Please sign in to comment.