From ce81a4f4f2fc05df51b5a2449a29513cdd7250d7 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期六, 07 十一月 2020 17:35:17 +0800 Subject: [PATCH] V1.18 1对10防撞发货 --- 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