Skip to content

Commit

Permalink
Merge pull request nasa#48 from CDKnightNASA/fix-47-init_retval
Browse files Browse the repository at this point in the history
fix nasa#47 - correct return type for TO_LAB_init()
  • Loading branch information
astrogeco committed Jul 2, 2020
2 parents 2ce8176 + dcdd0af commit 922f55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/to_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void TO_delete_callback(void)
/* TO_init() -- TO initialization */
/* */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
int TO_LAB_init(void)
int32 TO_LAB_init(void)
{
int32 status;
char PipeName[16];
Expand Down

0 comments on commit 922f55e

Please sign in to comment.