fix(mbedtls): mbedtls l0 support
close: #I3UBJA Signed-off-by: mucor <mucorwang@gmail.com>
This commit is contained in:
parent
d636a6f27c
commit
761b86096c
|
@ -4,7 +4,7 @@
|
|||
#define _Int64 long long
|
||||
#define _Reg int
|
||||
|
||||
#if __ARMEB__
|
||||
#ifdef __ARMEB__
|
||||
#define __BYTE_ORDER 4321
|
||||
#else
|
||||
#define __BYTE_ORDER 1234
|
||||
|
|
Loading…
Reference in New Issue