Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information