From 3ca084e9547d39765d4b87ea55addc04ef738530 Mon Sep 17 00:00:00 2001 From: jiangkun1994 Date: Wed, 7 Mar 2018 03:23:42 +0800 Subject: [PATCH] fixes a typo in README.md --- features/nvstore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/nvstore/README.md b/features/nvstore/README.md index bd31055ad3..625c7ebb4e 100644 --- a/features/nvstore/README.md +++ b/features/nvstore/README.md @@ -33,7 +33,7 @@ Each item is kept in an entry containing a header and data, where the header hol ### Enabling NVStore and configuring it for your board NVStore is enabled by default for all devices with the internal flash driver (have "FLASH" in the device_has attribute). One can disable it by setting its "enabled" attribute to false. -Unless specifically configured by the user, NVStore selects the last two flash sectors as its areas, with the mininum size of 4KBs, +Unless specifically configured by the user, NVStore selects the last two flash sectors as its areas, with the minimum size of 4KBs, meaning that if the sectors are smaller, few continuous ones will be used for each area. The user can override this by setting the addresses and sizes of both areas in` mbed_lib.json` on a per board basis. In this case, all following four attributes need to be set: