From 53af02c7fe54b93919d270c1c846809d7462f7d6 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期五, 06 十一月 2020 17:33:33 +0800 Subject: [PATCH] 11 --- 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