Skip to content

Commit

Permalink
Merge pull request #792 from skliper/fix790_os_consoleapi_init_rtn
Browse files Browse the repository at this point in the history
Fix #790, Return status from OS_ConsoleAPI_Init
  • Loading branch information
astrogeco authored Feb 12, 2021
2 parents f237243 + 44e0afc commit 7448a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/shared/src/osapi-printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int32 OS_ConsoleAPI_Init(void)
OS_SharedGlobalVars.PrintfEnabled = true;
}

return OS_SUCCESS;
return return_code;
} /* end OS_ConsoleAPI_Init */

/*
Expand Down

0 comments on commit 7448a5e

Please sign in to comment.