fix(mbedtls): mbedtls l0 support

close: #I3UBJA
Signed-off-by: mucor <mucorwang@gmail.com>
This commit is contained in:
mucor 2021-06-04 11:11:53 +08:00
parent d636a6f27c
commit 761b86096c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#define _Int64 long long
#define _Reg int
#if __ARMEB__
#ifdef __ARMEB__
#define __BYTE_ORDER 4321
#else
#define __BYTE_ORDER 1234