From 655ca318efcdf71554da38ab30ccdaa53b8c6075 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期一, 25 三月 2024 17:54:17 +0800 Subject: [PATCH] V1.13,修复lora收到升级命令后发射回应包,如果回应包没有触发txdone无法触发标志位,重复发射5次后,会清零,不会重启的BUG --- Inc/stm32l0xx_it.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Inc/stm32l0xx_it.h b/Inc/stm32l0xx_it.h index 5677a05..7951277 100644 --- a/Inc/stm32l0xx_it.h +++ b/Inc/stm32l0xx_it.h @@ -66,5 +66,3 @@ #endif #endif /* __STM32L0xx_IT_H */ - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ -- Gitblit v1.9.3