From d715e84d0578eebc57d6393fb8eff70ff58acad1 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 25 七月 2025 17:24:42 +0800
Subject: [PATCH] Merge branch 'MK_IPhone_测试' of http://47.108.70.204:60062/r/ChinaUWBProject into MK_IPhone_测试

---
 keil/include/components/internet/inc/AIR780ECSQ.h |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/keil/include/components/internet/inc/AIR780ECSQ.h b/keil/include/components/internet/inc/AIR780ECSQ.h
new file mode 100644
index 0000000..e94a732
--- /dev/null
+++ b/keil/include/components/internet/inc/AIR780ECSQ.h
@@ -0,0 +1,30 @@
+/*******************************************************************************
+ * File Name         : AIR780ECSQ.h
+ * Description       :
+ * Created on        : 2018年8月5日
+ * Author            : 杜键
+ *******************************************************************************/
+
+#ifndef FML_EC600_SCSQ_H_
+#define FML_EC600_SCSQ_H_
+/*******************************************************************************
+ *                              Include Files                                  *
+ *******************************************************************************/
+#include "HIDO_TypeDef.h"
+#include "HIDO_ATLite.h"
+
+/*******************************************************************************
+ *                                  Macro                                      *
+ *******************************************************************************/
+
+/*******************************************************************************
+ *                             Type Definition                                 *
+ *******************************************************************************/
+
+/*******************************************************************************
+ *                             Global Function                                 *
+ *******************************************************************************/
+HIDO_INT32 AIR780ECSQ_Get(HIDO_ATLiteDeviceStruct *_pstATDevice);
+HIDO_INT32 AIR780ECSQ_Poll(HIDO_ATLiteDeviceStruct *_pstATDevice);
+
+#endif /* FML_EC600_SCSQ_H_ */

--
Gitblit v1.9.3