Skip to content

Commit

Permalink
Merge pull request #11785 from VeijoPesonen/deprecate_nvstore
Browse files Browse the repository at this point in the history
Deprecates NVStore
  • Loading branch information
0xc0170 committed Oct 31, 2019
2 parents 764cdcf + b01fe02 commit 4c7c7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/storage/nvstore/source/nvstore.h
Expand Up @@ -294,6 +294,7 @@ class NVStore : private mbed::NonCopyable<NVStore> {
uint8_t *_page_buf;

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

/**
Expand Down

0 comments on commit 4c7c7f8

Please sign in to comment.