Skip to content

Typo in RTEMS binsem.c Variable Name #613

@adam-stamand

Description

@adam-stamand

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

I believe the line is meant to read the following:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions