From 12083b20d128f9d4449e286a14f1ba4fc31432fd Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期六, 07 十一月 2020 12:52:37 +0800
Subject: [PATCH] 修改电机震动时间不对BUG

---
 Src/stm32l0xx_it.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Src/stm32l0xx_it.c b/Src/stm32l0xx_it.c
index 57e4720..852873e 100644
--- a/Src/stm32l0xx_it.c
+++ b/Src/stm32l0xx_it.c
@@ -157,6 +157,7 @@
 	{
 		nomove_count = 0;
 		waitusart_timer = tag_frequency*USART_KEEPWAKE_TIME;
+		UsartInit();
 		//	MOTOR_ON;		
 	}
 	

--
Gitblit v1.9.3