Merge pull request #15 from ShareCat/master

fix a wrong comment
pull/17/head
朱天龙 (Armink) 8 years ago committed by GitHub
commit 03745d1736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@
#define ENV_AREA_SIZE (1 * EF_ERASE_MIN_SIZE) /* 4K */ #define ENV_AREA_SIZE (1 * EF_ERASE_MIN_SIZE) /* 4K */
#else #else
/* ENV area total bytes size in wear leveling mode. */ /* ENV area total bytes size in wear leveling mode. */
#define ENV_AREA_SIZE (3 * EF_ERASE_MIN_SIZE) /* 16K */ #define ENV_AREA_SIZE (3 * EF_ERASE_MIN_SIZE) /* 12K */
#endif #endif
#else #else
#ifndef EF_ENV_USING_WL_MODE #ifndef EF_ENV_USING_WL_MODE
@ -93,7 +93,7 @@
#define ENV_AREA_SIZE (2 * EF_ERASE_MIN_SIZE) /* 8K */ #define ENV_AREA_SIZE (2 * EF_ERASE_MIN_SIZE) /* 8K */
#else #else
/* ENV area total bytes size in wear leveling and power fail safeguard mode. */ /* ENV area total bytes size in wear leveling and power fail safeguard mode. */
#define ENV_AREA_SIZE (6 * EF_ERASE_MIN_SIZE) /* 20K */ #define ENV_AREA_SIZE (6 * EF_ERASE_MIN_SIZE) /* 24K */
#endif #endif
#endif #endif
/* saved log area size */ /* saved log area size */

Loading…
Cancel
Save