From 035ecb85c3513be2b6ab5c515db082cb7fee8f97 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期四, 22 五月 2025 18:11:06 +0800
Subject: [PATCH] 修改bug,io改为不拉

---
 01_SDK/nimble/host/nimble/nimble/host/store/config/include/store/config/ble_store_config.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/01_SDK/nimble/host/nimble/nimble/host/store/config/include/store/config/ble_store_config.h b/01_SDK/nimble/host/nimble/nimble/host/store/config/include/store/config/ble_store_config.h
index d9d1d87..6f3c1c5 100644
--- a/01_SDK/nimble/host/nimble/nimble/host/store/config/include/store/config/ble_store_config.h
+++ b/01_SDK/nimble/host/nimble/nimble/host/store/config/include/store/config/ble_store_config.h
@@ -24,7 +24,9 @@
 extern "C" {
 #endif
 
-#include "mtb_kvstore.h"
+#if MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST
+#include "kv_store_api.h"
+#endif
 
 union ble_store_key;
 union ble_store_value;

--
Gitblit v1.9.3