From ed70b0682806d4659456fa28dd9bdd22fcb037ce Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 06 十二月 2024 16:38:03 +0800 Subject: [PATCH] 功率测试最新代码 --- Src/stm32l0xx_it.c | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/Src/stm32l0xx_it.c b/Src/stm32l0xx_it.c index a2f73ae..761c2bb 100644 --- a/Src/stm32l0xx_it.c +++ b/Src/stm32l0xx_it.c @@ -56,7 +56,6 @@ /* USER CODE END 0 */ /* External variables --------------------------------------------------------*/ -extern DMA_HandleTypeDef hdma_adc; extern LPTIM_HandleTypeDef hlptim1; extern DMA_HandleTypeDef hdma_usart1_rx; extern DMA_HandleTypeDef hdma_usart1_tx; @@ -176,20 +175,6 @@ /* USER CODE BEGIN EXTI4_15_IRQn 1 */ /* USER CODE END EXTI4_15_IRQn 1 */ -} - -/** - * @brief This function handles DMA1 channel 1 interrupt. - */ -void DMA1_Channel1_IRQHandler(void) -{ - /* USER CODE BEGIN DMA1_Channel1_IRQn 0 */ - - /* USER CODE END DMA1_Channel1_IRQn 0 */ - HAL_DMA_IRQHandler(&hdma_adc); - /* USER CODE BEGIN DMA1_Channel1_IRQn 1 */ - - /* USER CODE END DMA1_Channel1_IRQn 1 */ } /** -- Gitblit v1.9.3