From c74e43fc0422325249428bcb752f5c68599451d9 Mon Sep 17 00:00:00 2001 From: Willian Chan Date: Mon, 22 Apr 2019 16:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=B8=BA?= =?UTF-8?q?=E4=BA=86=E9=80=82=E9=85=8DF469-DISCO=E7=9A=84LCD=E9=A9=B1?= =?UTF-8?q?=E5=8A=A8=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=BD=BF=E7=94=A8=E2=80=9C?= =?UTF-8?q?BSP=5FUSING=5FLTDC=E2=80=9D=E6=97=B6=E6=89=80=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=BA=93=E5=87=BD=E6=95=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Willian Chan --- bsp/stm32/libraries/STM32F4xx_HAL/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/stm32/libraries/STM32F4xx_HAL/SConscript b/bsp/stm32/libraries/STM32F4xx_HAL/SConscript index 3c42547759..bed0194fa8 100644 --- a/bsp/stm32/libraries/STM32F4xx_HAL/SConscript +++ b/bsp/stm32/libraries/STM32F4xx_HAL/SConscript @@ -104,6 +104,7 @@ if GetDepend(['BSP_USING_LTDC']): src += ['STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc_ex.c'] src += ['STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma2d.c'] src += ['STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_dma2d.c'] + src += ['STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dsi.c'] path = [cwd + '/STM32F4xx_HAL_Driver/Inc', cwd + '/CMSIS/Device/ST/STM32F4xx/Include',