Skip to content

Commit

Permalink
Merge pull request #187 from thnkslprpt:fix-167-rename-commandcode-va…
Browse files Browse the repository at this point in the history
…riable

Fix #167, Rename CommandCode variable to FcnCode
  • Loading branch information
dzbaker committed Nov 13, 2023
2 parents 091a962 + 640d6d0 commit 294e13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsw/src/sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ int32 SAMPLE_APP_Init(void)
{
CFE_ES_WriteToSysLog("Sample App: Error Subscribing to Command, RC = 0x%08lX\n", (unsigned long)status);
}

}

if (status == CFE_SUCCESS)
Expand Down

0 comments on commit 294e13c

Please sign in to comment.