From e946ba5602833311031b32d6fc1cd5cf655f6e90 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期五, 07 一月 2022 17:13:39 +0800 Subject: [PATCH] 修改设备ID --- 源码/核心板/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 174550c..bc6b392 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" @@ -44,4 +44,5 @@ extern uint8_t g_flag_Taggetdist[256]; extern void TagDistClear(void); void Dw1000_App_Init(void); +void SyncPoll(u8 sync_seq); #endif -- Gitblit v1.9.3