From 801cc6d878b57caef463d3292a1f88e413b640ea Mon Sep 17 00:00:00 2001 From: MurphyZhao Date: Wed, 5 Sep 2018 14:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=BC=80=E5=90=AF=20EF=5FENV=5FAUTO=5FUPDATE=20?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E7=BC=96=E8=AF=91=E8=AD=A6=E5=91=8A=EF=BC=88?= =?UTF-8?q?MDK=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MurphyZhao --- easyflash/src/ef_env_wl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easyflash/src/ef_env_wl.c b/easyflash/src/ef_env_wl.c index 6766768..99c8c5b 100644 --- a/easyflash/src/ef_env_wl.c +++ b/easyflash/src/ef_env_wl.c @@ -113,7 +113,9 @@ static EfErrCode del_env(const char *key); static EfErrCode save_cur_using_data_addr(uint32_t cur_data_addr); static uint32_t calc_env_crc(void); static bool env_crc_is_ok(void); +#ifdef EF_ENV_AUTO_UPDATE static EfErrCode env_auto_update(void); +#endif /** * Flash ENV initialize.