From ac46a2d2e634337a5911497d6136b615bf8f6aba Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期日, 21 六月 2020 21:03:47 +0800
Subject: [PATCH] 1低功耗标签对5基站,测试完成

---
 源码/核心板/Src/stm32f10x_it.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/stm32f10x_it.c" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/stm32f10x_it.c"
index 03b9687..22aa618 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/stm32f10x_it.c"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/stm32f10x_it.c"
@@ -46,7 +46,7 @@
 	if (TIM_GetITStatus(TIM3, TIM_IT_Update) != RESET)  //??TIM3????????
 		{
 		TIM_ClearITPendingBit(TIM3, TIM_IT_Update  );  //??TIMx?????? 
-			
+	main_logic();		
 	time32_incr++;
 	heartbeat_timer++;
 	sync_timer++;	
@@ -77,7 +77,7 @@
 		{
 			if(sync_timer%g_com_map[COM_INTERVAL]==tyncpoll_time&&sync_timer<990&&sync_timer!=last_polltime)
 			{
-			g_start_send_flag=1;
+		//	g_start_send_flag=1;
 			}
 		}
 		

--
Gitblit v1.9.3