We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6b336 commit b01fe02Copy full SHA for b01fe02
features/storage/nvstore/source/nvstore.h
@@ -294,6 +294,7 @@ class NVStore : private mbed::NonCopyable<NVStore> {
294
uint8_t *_page_buf;
295
296
// Private constructor, as class is a singleton
297
+ MBED_DEPRECATED_SINCE("mbed-os-5.15", "NVStore is deprecated in favor of KVStore")
298
NVStore();
299
300
/**
0 commit comments