mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13684 from 0xc0170/fix_nanostack_kvstore
nanostack: fix inclusion of kvstorepull/13691/head
commit
aa9989f5bb
|
@ -18,9 +18,9 @@
|
|||
#include <new>
|
||||
#include <string.h>
|
||||
#include "mbed_error.h"
|
||||
#if MBED_CONF_NANOSTACK_HAL_USE_KVSTORE == 1
|
||||
#include "kvstore_global_api.h"
|
||||
#include "kv_config.h"
|
||||
#if MBED_CONF_NANOSTACK_HAL_USE_KVSTORE == 1
|
||||
#include "ns_file_system.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue