Skip to content

Commit

Permalink
Integration Fix: Make Sample_AppData uppercase and add missing "statu…
Browse files Browse the repository at this point in the history
…s" to return
  • Loading branch information
Gerardo E. Cruz-Ortiz committed Apr 3, 2020
1 parent 4f40a95 commit 34321ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsw/src/sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,12 +451,12 @@ int32 SAMPLE_Process( const SAMPLE_Process_t *Msg )

SAMPLE_GetCrc(TableName);

status = CFE_TBL_ReleaseAddress(Sample_AppData.TblHandles[0]);
status = CFE_TBL_ReleaseAddress(SAMPLE_AppData.TblHandles[0]);
if (status != CFE_SUCCESS)
{
CFE_ES_WriteToSysLog("Sample App: Fail to release table address: 0x%08lx",
(unsigned long)status);
return;
return status;
}

/* Invoke a function provided by SAMPLE_LIB */
Expand Down

0 comments on commit 34321ff

Please sign in to comment.