From e98a20c448bb39c0a829795e1e461e1a0912a2ac Mon Sep 17 00:00:00 2001 From: Tautvydas Belgeras Date: Fri, 14 Dec 2018 16:15:49 +0200 Subject: [PATCH] Remove illogical #define. Might be previous workaround --- component/soc/realtek/8711b/fwlib/include/rtl8711b_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/soc/realtek/8711b/fwlib/include/rtl8711b_crypto.h b/component/soc/realtek/8711b/fwlib/include/rtl8711b_crypto.h index 4a6db82..d2175c4 100644 --- a/component/soc/realtek/8711b/fwlib/include/rtl8711b_crypto.h +++ b/component/soc/realtek/8711b/fwlib/include/rtl8711b_crypto.h @@ -80,7 +80,7 @@ typedef struct { /************************************************************************** * Data Structure for Descriptor **************************************************************************/ -#define _LITTLE_ENDIAN +//#define _LITTLE_ENDIAN #if (SYSTEM_ENDIAN==PLATFORM_LITTLE_ENDIAN)