summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_dma.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_dma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_dma.c b/nuttx/arch/arm/src/stm32/stm32_dma.c
index a37e284ff..1e642e085 100644
--- a/nuttx/arch/arm/src/stm32/stm32_dma.c
+++ b/nuttx/arch/arm/src/stm32/stm32_dma.c
@@ -73,6 +73,8 @@
#if defined(CONFIG_STM32_STM32F10XX)
# include "stm32f10xxx_dma.c"
+#elif defined(CONFIG_STM32_STM32F20XX)
+# include "stm32f20xxx_dma.c"
#elif defined(CONFIG_STM32_STM32F40XX)
# include "stm32f40xxx_dma.c"
#endif