parent
ae5dd2da4f
commit
ed436c6f0c
1
NEWS
1
NEWS
|
@ -4,6 +4,7 @@ ver 0.18.2 (2013/??/??)
|
|||
* decoder:
|
||||
- dsf: enable DSD128
|
||||
* fix build failures due to missing includes
|
||||
* fix big-endian support
|
||||
|
||||
ver 0.18.1 (2013/11/04)
|
||||
* protocol:
|
||||
|
|
|
@ -36,8 +36,8 @@
|
|||
#define IS_LITTLE_ENDIAN true
|
||||
#define IS_BIG_ENDIAN false
|
||||
#else
|
||||
#define IS_LITTLE_ENDIAN true
|
||||
#define IS_BIG_ENDIAN false;
|
||||
#define IS_LITTLE_ENDIAN false
|
||||
#define IS_BIG_ENDIAN true
|
||||
#endif
|
||||
|
||||
static inline constexpr bool
|
||||
|
|
Loading…
Reference in New Issue