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

Fix #889, report timer_gettime error #907

Merged

Commits on Mar 15, 2021

  1. Fix nasa#889, report timer_gettime error

    In VxWorks the impl calls timer_settime followed by timer_gettime on the
    same timer to check if rounding occurred.  If the second call fails this
    reports it as an error.
    
    Note unless there is some sort of OS bug this should be impossible to
    happen as this code only runs after a successful timer_settime.
    jphickey committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bb2f5a2 View commit details
    Browse the repository at this point in the history