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 #353, correct PSP module IDs and lookups #354

Merged
merged 1 commit into from
Aug 3, 2022

Commits on Jul 28, 2022

  1. Fix nasa#353, correct PSP module IDs and lookups

    Correct the CFE_PSP_Module_FindByName and CFE_PSP_Module_GetAPIEntry
    lookups to use the correct length of the config data 'PspModuleList'.
    
    The internal variable that had been used reflected the total across
    two lists and thus was not a correct limit.
    
    Rather than having these functions search both lists, this instead
    keeps it to only exposing the user-specified modules in PspModuleList,
    it does not expose the built-in/base modules.  This makes the change
    simpler, as typically the built in modules would not be accessed
    through these functions at all.
    jphickey committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    95258e3 View commit details
    Browse the repository at this point in the history