From e8288ee4ad2c77bcbb0b55fe5dae03a57a02fbf6 Mon Sep 17 00:00:00 2001 From: huaweiwx Date: Tue, 20 Jun 2017 11:02:05 +0800 Subject: [PATCH] Update stm32_dma.c fix err --- STM32/libraries/stm32_dma/src/stm32_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STM32/libraries/stm32_dma/src/stm32_dma.c b/STM32/libraries/stm32_dma/src/stm32_dma.c index 029e325..e7a918b 100644 --- a/STM32/libraries/stm32_dma/src/stm32_dma.c +++ b/STM32/libraries/stm32_dma/src/stm32_dma.c @@ -267,7 +267,7 @@ extern void DMA2_Channel4_5_IRQHandler() { #endif // F1, F3, L1, L4 -#ifdef DMA2_Channel4_IRQHandler //for f1 by huaweiwx 2017.6.20 +#ifndef DMA2_Channel4_IRQHandler //for f1 by huaweiwx 2017.6.20 extern void DMA2_Channel4_IRQHandler() { HAL_DMA_IRQHandler(dmaHandles[4 + 8]); }