summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2023-07-19 18:45:02 +0200
committerKarel Gardas <karel@functional.vision>2023-07-31 15:15:09 +0200
commited358507a3ef5ed2d894dfaf8d0b9a885e649604 (patch)
treedf222bbe27e27dbd888645372764fa8f6e84ae87 /bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c
parentbsp/stm32h7: Disable unused functions (diff)
downloadrtems-ed358507a3ef5ed2d894dfaf8d0b9a885e649604.tar.bz2
bsp/stm32h7: Enable LL drivers
Re-apply based on: commit abb78587b6d1be08697810cdae31cd2dbe35ee4a Author: Sebastian Huber <sebastian.huber@embedded-brains.de> Date: Wed Apr 1 11:11:59 2020 +0200 bsp/stm32h7: Enable LL drivers Update #3910.
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c b/bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c
index e79d451964..c5e9951aaa 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_ll_dma2d.c
@@ -15,7 +15,7 @@
*
******************************************************************************
*/
-#if defined(USE_FULL_LL_DRIVER)
+#if defined(USE_FULL_LL_DRIVER) || defined(__rtems__)
/* Includes ------------------------------------------------------------------*/
#include "stm32h7xx_ll_dma2d.h"