From 9ff25be6f85a1dc8a04470437d6597399a45d11f Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 15 九月 2023 17:08:29 +0800 Subject: [PATCH] 1 --- Src/stm32l0xx_it.c | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/Src/stm32l0xx_it.c b/Src/stm32l0xx_it.c index 3b13040..9756a92 100644 --- a/Src/stm32l0xx_it.c +++ b/Src/stm32l0xx_it.c @@ -171,20 +171,6 @@ } /** - * @brief This function handles EXTI line 4 to 15 interrupts. - */ -void EXTI4_15_IRQHandler(void) -{ - /* USER CODE BEGIN EXTI4_15_IRQn 0 */ - - /* USER CODE END EXTI4_15_IRQn 0 */ - HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_11); - /* USER CODE BEGIN EXTI4_15_IRQn 1 */ - - /* USER CODE END EXTI4_15_IRQn 1 */ -} - -/** * @brief This function handles DMA1 channel 2 and channel 3 interrupts. */ void DMA1_Channel2_3_IRQHandler(void) -- Gitblit v1.9.3