From aeceb47ebd7883a54a9f7d842f26b6c061bf18d1 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期三, 12 十月 2022 14:49:50 +0800 Subject: [PATCH] 修改加速计驱动 --- Src/application/dw_app.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index f832c58..478e069 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -132,4 +132,5 @@ extern void TagDistClear(void); void Dw1000_App_Init(void); +void DelayOneSlot(void); #endif -- Gitblit v1.9.3