From 3bec40409a140c4e3d9b855fd9838b7e89cf57dd Mon Sep 17 00:00:00 2001 From: xixi Date: Wed, 4 Sep 2019 16:46:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E5=AF=B9ENV=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E7=AB=AFMCU=E7=9A=84=E9=80=82=E9=85=8D,?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easyflash/inc/ef_cfg.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/easyflash/inc/ef_cfg.h b/easyflash/inc/ef_cfg.h index 52d3e11..0497bdf 100644 --- a/easyflash/inc/ef_cfg.h +++ b/easyflash/inc/ef_cfg.h @@ -40,8 +40,9 @@ * Please change it when your firmware add a new ENV to default_env_set. */ #define EF_ENV_VER_NUM /* @note you must define it for a value, such as 0 */ - -#define EF_LITTLE_ENDIAN 1 /* @note you must define it reference to MCU Order*/ + +/* MCU Endian Configuration, default is Little Endian Order. +/* #define EF_BIG_ENDIAN */ #endif /* EF_USING_ENV */