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 #1755, separate variable for OSAL status #1756

Merged

Commits on Aug 17, 2021

  1. Fix nasa#1755, separate variable for OSAL status

    Ensure a separate stack variable, always named "OsStatus", is used
    to hold the result of an OSAL API call.  Do not use the same variable
    that is used to store a CFE status code.
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b66f476 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#1755, separate variable for PSP status

    Ensure a separate stack variable, always named "PspStatus", is used
    to hold the result of a PSP API call.  Do not use the same variable
    that is used to store a CFE status code.
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    42897cf View commit details
    Browse the repository at this point in the history