commit | d2409ec0f7f22b5cae8c0404398560dfb576d10f | [log] [tgz] |
---|---|---|
author | Martin Åberg <martin.aberg@gaisler.com> | Mon Oct 19 18:21:25 2020 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Nov 13 14:53:55 2020 -0800 |
tree | 33823f5e2d7f9af85b857e2ca291b2af5fe51205 | |
parent | 2cc4d8d95c242ead688732a1a88491702cb3bb0c [diff] |
tests: Big endian support in bitfield test The BIT_INDEX() macro assumed little-endian. This commit adds big-endian support, conditioned on the preprocessor define CONFIG_BIG_ENDIAN. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>