Skip to content

Commit

Permalink
Fix #1010, CFE_ES_RegisterCDSEx stub update
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Nov 12, 2020
1 parent 9804b59 commit f3501e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsw/cfe-core/ut-stubs/ut_es_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ int32 CFE_ES_RestoreFromCDS(void *RestoreToMemory, CFE_ES_CDSHandle_t Handle)
**
******************************************************************************/
int32 CFE_ES_RegisterCDSEx(CFE_ES_CDSHandle_t *HandlePtr,
CFE_ES_CDS_Offset_t UserBlockSize,
int32 BlockSize,
const char *Name,
bool CriticalTbl)
Expand Down

0 comments on commit f3501e0

Please sign in to comment.