diff options
Diffstat (limited to 'endiantest.c')
-rw-r--r-- | endiantest.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/endiantest.c b/endiantest.c deleted file mode 100644 index de44ec5b..00000000 --- a/endiantest.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "platform.h" -#if __FLASHROM_LITTLE_ENDIAN__ -little -#else -big -#endif |