Skip to content

Commit

Permalink
Add return status to Table Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo E. Cruz-Ortiz committed Apr 3, 2020
1 parent a5ee942 commit 7c7012d
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 @@ -456,7 +456,7 @@ int32 SAMPLE_Process( const SAMPLE_Process_t *Msg )
{
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 7c7012d

Please sign in to comment.