Merge pull request #711 from lmxeq5/patch-1

Update byteorder.h
This commit is contained in:
Zhi Guan
2019-03-07 11:21:46 +08:00
committed by GitHub

View File

@@ -51,7 +51,7 @@
#define HEADER_BYTEORDER_H
#ifdef CPU_BIGENDIAN
#ifdef B_ENDIAN
#define cpu_to_be16(v) (v)
#define cpu_to_be32(v) (v)