Skip to content

Commit 4c7c7f8

Browse files
authored
Merge pull request #11785 from VeijoPesonen/deprecate_nvstore
Deprecates NVStore
2 parents 764cdcf + b01fe02 commit 4c7c7f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/storage/nvstore/source/nvstore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ class NVStore : private mbed::NonCopyable<NVStore> {
294294
uint8_t *_page_buf;
295295

296296
// Private constructor, as class is a singleton
297+
MBED_DEPRECATED_SINCE("mbed-os-5.15", "NVStore is deprecated in favor of KVStore")
297298
NVStore();
298299

299300
/**

0 commit comments

Comments
 (0)