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 #689, Align all software bus message definitions #690

Closed

Commits on May 18, 2020

  1. Fix nasa#689, Align all SB message definitions

    Replace uint8[] arrays which reserve space for the header
    with an instance of the header struct as defined by SB.
    
    Note this structure was the basis for the array size,
    so it is the same size, but by actually using the structure
    the resulting message will have the correct alignment.
    jphickey committed May 18, 2020
    Configuration menu
    Copy the full SHA
    8e2f29c View commit details
    Browse the repository at this point in the history