mirror of https://github.com/ARMmbed/mbed-os.git
Deprecates NVStore
parent
da6b336391
commit
b01fe020cd
|
@ -294,6 +294,7 @@ private:
|
|||
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();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue