From b01fe020cdb7a705fc2743d83ed1d8d50fb5b5a5 Mon Sep 17 00:00:00 2001 From: Veijo Pesonen Date: Thu, 31 Oct 2019 13:51:13 +0200 Subject: [PATCH] Deprecates NVStore --- features/storage/nvstore/source/nvstore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/features/storage/nvstore/source/nvstore.h b/features/storage/nvstore/source/nvstore.h index 2890437a9e..97dde855cb 100644 --- a/features/storage/nvstore/source/nvstore.h +++ b/features/storage/nvstore/source/nvstore.h @@ -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(); /**