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 #1474, changing return type from int32 to CFE_Status_t #1531

Closed
wants to merge 3 commits into from
Closed

Fix #1474, changing return type from int32 to CFE_Status_t #1531

wants to merge 3 commits into from

Commits on May 16, 2021

  1. Fix #1474, changing return type from int32 to CFE_Status_t

    Changing the implementation return types to CFE_Status_t
    to match the function prototypes.
    
    deleting ds files
    zachar1a committed May 16, 2021
    Configuration menu
    Copy the full SHA
    1255069 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. typo

    zachar1a committed May 17, 2021
    Configuration menu
    Copy the full SHA
    94538b3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. I removed extern from some functions, but forgot to remove it from th…

    …e function prototypes, I am gonig to put them back for now
    zachar1a committed May 18, 2021
    Configuration menu
    Copy the full SHA
    05c22c1 View commit details
    Browse the repository at this point in the history