We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osal/src/os/rtems/src/os-impl-binsem.c
Line 249 in 27c2469
I believe the line is meant to read the following:
if (OS_Milli2Ticks(msecs, &TimeInTicks) != OS_SUCCESS)
The text was updated successfully, but these errors were encountered:
Yup, good catch.
Sorry, something went wrong.
Fixed in #616
Merge pull request nasa#613 from jphickey/fix-612-ut-coverage-flags
1eb380c
Fix nasa#612, Update coverage compile/link flag options
Successfully merging a pull request may close this issue.
osal/src/os/rtems/src/os-impl-binsem.c
Line 249 in 27c2469
I believe the line is meant to read the following:
if (OS_Milli2Ticks(msecs, &TimeInTicks) != OS_SUCCESS)
The text was updated successfully, but these errors were encountered: