From 3d96b8095dc6a93a61117b65738099d2c5fba752 Mon Sep 17 00:00:00 2001 From: MurphyZhao Date: Wed, 5 Sep 2018 14:03:34 +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.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easyflash/src/ef_env.c b/easyflash/src/ef_env.c index e519e54..7030040 100644 --- a/easyflash/src/ef_env.c +++ b/easyflash/src/ef_env.c @@ -101,7 +101,9 @@ static size_t get_env_user_used_size(void); static EfErrCode create_env(const char *key, const char *value); 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.