Merge pull request #13684 from 0xc0170/fix_nanostack_kvstore

nanostack: fix inclusion of kvstore
pull/13691/head
Martin Kojtal 2020-09-30 15:52:09 +01:00 committed by GitHub
commit aa9989f5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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