From 255c51174a0571340ef470184064a5c75d261d27 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 22 一月 2025 15:06:27 +0800
Subject: [PATCH] 加入一开始不广播升级    中断触发gpio后广播升级  10分钟自动退出

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