mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
include/sys: fix definition of __BYTE_ORDER
Fix style issues Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e7043828a7
commit
dfa1eb2f54
@@ -91,7 +91,7 @@
|
|||||||
/* Big-endian byte order */
|
/* Big-endian byte order */
|
||||||
|
|
||||||
# define BYTE_ORDER BIG_ENDIAN
|
# define BYTE_ORDER BIG_ENDIAN
|
||||||
# define __BYTE_ORDER BIG_ENDIAN
|
# define __BYTE_ORDER __BIG_ENDIAN
|
||||||
|
|
||||||
/* Big-endian byte order macros */
|
/* Big-endian byte order macros */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user