From dc7d9904e5decc27d593259037b5db23ad905698 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Mon, 20 Apr 2020 10:37:42 +0200 Subject: [PATCH] add deprecation message to ble store source --- nimble/host/store/ram/src/ble_store_ram.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nimble/host/store/ram/src/ble_store_ram.c b/nimble/host/store/ram/src/ble_store_ram.c index ab5cdb9f6..b912ea476 100644 --- a/nimble/host/store/ram/src/ble_store_ram.c +++ b/nimble/host/store/ram/src/ble_store_ram.c @@ -23,6 +23,11 @@ * contents are lost when the application terminates. */ +/* This package has been deprecated and you should + * use the store/config package. For a RAM-only BLE store, + * use store/config and set BLE_STORE_CONFIG_PERSIST to 0. + */ + #include #include