Merge pull request #27 from zhaojuntao/fix-warn-0905

【修复】没有开启 EF_ENV_AUTO_UPDATE 时的编译警告(MDK)
pull/28/head
朱天龙 (Armink) 7 years ago committed by GitHub
commit d90dc11beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save