Skip to content

Commit

Permalink
Deprecates NVStore
Browse files Browse the repository at this point in the history
  • Loading branch information
Veijo Pesonen committed Oct 31, 2019
1 parent da6b336 commit b01fe02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/storage/nvstore/source/nvstore.h
Original file line number Diff line number Diff line change
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 b01fe02

Please sign in to comment.