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/controller/pan107x_spark/include/utils/assert.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/01_SDK/nimble/controller/pan107x_spark/include/utils/assert.h b/01_SDK/nimble/controller/pan107x_spark/include/utils/assert.h
index 5cec3b8..94e59be 100644
--- a/01_SDK/nimble/controller/pan107x_spark/include/utils/assert.h
+++ b/01_SDK/nimble/controller/pan107x_spark/include/utils/assert.h
@@ -124,6 +124,10 @@
 /*** SDP ***/
 #define SDP_ERR_ALLOC_ATT_BUF_FAILED      0x0C010000
 
+/*** ANT ***/
+#define ANT_ERR_ALLOC_CTX_BUF_FAILED      0x0D010000
+#define ANT_ERR_CTX_IS_NULL               0x0D020000
+
 /*** Driver ***/
 #define DRIV_ERR                          0x0F000000
 #define DRIV_ERR_INVALID_PARAM            0x0F010000

--
Gitblit v1.9.3