From d339c9d6785412976ad2916257d10915b22453dd Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期三, 17 十月 2018 16:25:51 +0800
Subject: [PATCH] 标签串口配置,配对等功能

---
 源码/核心板/Src/application/dw_app.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h"
index c232afa..7f107f8 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h"
@@ -20,4 +20,5 @@
 extern uint16_t g_Tagdist[256];
 extern uint8_t g_flag_Taggetdist[256];
 extern void TagDistClear(void);
+void Dw1000_App_Init(void);
 #endif

--
Gitblit v1.9.3