From bddf0b37dfea62d0d3f7f5f8c180c24727665b68 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期一, 26 五月 2025 09:59:25 +0800 Subject: [PATCH] Merge branch 'MK大工卡-低精度GPS-1/5HZ' of http://47.108.70.204:60062/r/ChinaUWBProject into MK大工卡-低精度GPS-1/5HZ --- keil/include/components/hido/Include/HIDO_Timer.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keil/include/components/hido/Include/HIDO_Timer.h b/keil/include/components/hido/Include/HIDO_Timer.h index 3ec5fb5..dc8eab4 100644 --- a/keil/include/components/hido/Include/HIDO_Timer.h +++ b/keil/include/components/hido/Include/HIDO_Timer.h @@ -14,8 +14,8 @@ HIDO_TimerFunc m_fnTimerProc; }HIDO_TimerStruct; -#define HIDO_TIMER_TICK_S(s) ((s) * 2) -#define HIDO_TIMER_TICK_MS(ms) ((ms) / 500) +#define HIDO_TIMER_TICK_S(s) ((s) * 1) +#define HIDO_TIMER_TICK_MS(ms) ((ms) / 1000) #define HIDO_TIMER_TYPE_ONCE 0 #define HIDO_TIMER_TYPE_LOOP 1 -- Gitblit v1.9.3