initial support for midipix

This commit is contained in:
Ørjan Malde
2019-10-20 20:22:22 +02:00
parent 6de156f87c
commit b80c4bf262
3 changed files with 9 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
#define BYTE_ORDER BIG_ENDIAN
#endif
#elif defined(__linux__)
#elif defined(__linux__) || defined(__midipix__)
#include <endian.h>
#elif defined(__sun) || defined(_AIX) || defined(__hpux)