From 33e552b276fb1017a2868868eb6a877c4e0f3cbb Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 17 Feb 2016 18:48:20 +0200 Subject: [PATCH] Add DMA2D to sthal's Makefile --- src/sthal/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sthal/Makefile b/src/sthal/Makefile index 672d6b972..7a6a879be 100644 --- a/src/sthal/Makefile +++ b/src/sthal/Makefile @@ -10,6 +10,7 @@ stm32f4xx_hal_cortex.c\ stm32f4xx_hal_dcmi.c\ stm32f4xx_hal_dma.c\ stm32f4xx_hal_dma_ex.c\ +stm32f4xx_hal_dma2d.c\ stm32f4xx_hal_flash.c\ stm32f4xx_hal_flash_ex.c\ stm32f4xx_hal_gpio.c\