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 #1217, bit order macros #1218

Merged
merged 1 commit into from
Mar 18, 2021

Commits on Mar 16, 2021

  1. Fix nasa#1217, locally define BIG/LITTLE order macros

    In a future version OSAL "common_types.h" will no longer provide
    the bit/byte order macros.
    
    This puts the same determination logic directly in cfe_endian.h.
    
    Same basic issues still present, just now confined to CFE, and put
    in a localized header that should be only used by code with an
    actual endianness dependency, rather than a ubiquitous header
    that is used everywhere.
    jphickey committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a00a788 View commit details
    Browse the repository at this point in the history