From e26af5ae03516e221ed0fc65c2c8409be3dd3d18 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 01 三月 2024 15:59:48 +0800 Subject: [PATCH] 增加测试频点 --- Src/main.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index 2494c10..a70a3c9 100644 --- a/Src/main.c +++ b/Src/main.c @@ -248,7 +248,7 @@ //deca_sleep(1000); g_com_map[VERSION] = (1<<8)|3; // g_com_map[DEV_ID]=1158; - g_com_map[GROUP_ID]=5; + g_com_map[GROUP_ID]=0; // g_com_map[COM_INTERVAL] = 1000; if(g_com_map[COM_INTERVAL]<1000) { @@ -464,6 +464,7 @@ /* MCU Configuration--------------------------------------------------------*/ /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ + HAL_Init(); /* USER CODE BEGIN Init */ -- Gitblit v1.9.3