Skip to content
New issue

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

Typo in RTEMS binsem.c Variable Name #613

Closed
adam-stamand opened this issue Oct 2, 2020 · 2 comments · Fixed by #616
Closed

Typo in RTEMS binsem.c Variable Name #613

adam-stamand opened this issue Oct 2, 2020 · 2 comments · Fixed by #616
Labels
Milestone

Comments

@adam-stamand
Copy link

if (OS_Milli2Ticks(msecs, &TimInTicks) != OS_SUCCESS)

I believe the line is meant to read the following:

if (OS_Milli2Ticks(msecs, &TimeInTicks) != OS_SUCCESS)

@skliper
Copy link
Contributor

skliper commented Oct 2, 2020

Yup, good catch.

@skliper skliper added the bug label Oct 2, 2020
@skliper skliper added this to the 6.0.0 milestone Oct 2, 2020
@astrogeco astrogeco linked a pull request Oct 6, 2020 that will close this issue
@astrogeco
Copy link
Contributor

Fixed in #616

jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Fix nasa#612, Update coverage compile/link flag options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants