From 07d3633e5d6905272d19da645c767b7267f27a8f Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 27 二月 2025 14:04:06 +0800 Subject: [PATCH] 2.14,加入假休眠机制,休眠时功耗100-200ua --- Src/application/dw_ds_anc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_ds_anc.c b/Src/application/dw_ds_anc.c index eb0f1b8..3aa542d 100644 --- a/Src/application/dw_ds_anc.c +++ b/Src/application/dw_ds_anc.c @@ -76,6 +76,7 @@ { Anchor_App(); } + } static uint64_t get_tx_timestamp_u64(void) { -- Gitblit v1.9.3