mirror of https://github.com/ARMmbed/mbed-os.git
Update the header reference from feature/storage to stroage
parent
0bcf967870
commit
aafdb8a0a3
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include "features/storage/blockdevice/BlockDevice.h"
|
#include "storage/blockdevice/BlockDevice.h"
|
||||||
#include "platform/Callback.h"
|
#include "platform/Callback.h"
|
||||||
|
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,10 @@
|
||||||
#if DEVICEKEY_ENABLED
|
#if DEVICEKEY_ENABLED
|
||||||
#include "mbedtls/cmac.h"
|
#include "mbedtls/cmac.h"
|
||||||
#include "mbedtls/platform.h"
|
#include "mbedtls/platform.h"
|
||||||
#include "features/storage/kvstore/include/KVStore.h"
|
#include "storage/kvstore/include/KVStore.h"
|
||||||
#include "features/storage/kvstore/tdbstore/TDBStore.h"
|
#include "storage/kvstore/tdbstore/TDBStore.h"
|
||||||
#include "features/storage/kvstore/kv_map/KVMap.h"
|
#include "storage/kvstore/kv_map/KVMap.h"
|
||||||
#include "features/storage/kvstore/conf/kv_config.h"
|
#include "storage/kvstore/conf/kv_config.h"
|
||||||
#include "mbed_wait_api.h"
|
#include "mbed_wait_api.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "platform/mbed_error.h"
|
#include "platform/mbed_error.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue