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 #1273, remove PspConfig global object #1274

Merged
merged 1 commit into from
Apr 2, 2021

Commits on Apr 2, 2021

  1. Fix nasa#1273, remove PspConfig global object

    The `PspConfig` member is removed from the `GLOBAL_CONFIGDATA` object.
    
    Updates the only remaining ref to this object inside the CFE_PSP_VERSION
    macro to use the API function instead.
    
    This also updates the OSAL and CFE version print to _not_ depend on the
    global object too - OSAL becomes an API call and CFE can just use the
    macro directly because its the same library (itself) so no linking
    concern/issue.
    jphickey committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    9c4b36f View commit details
    Browse the repository at this point in the history