From fe8585108b4913bc9fb31c3ad81f873e68fceb0e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 14 Feb 2016 10:14:39 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8886 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32L4xx/stm32_registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h index 6e3a486b8..3ae0f7106 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h @@ -405,7 +405,7 @@ #define STM32_HAS_DMA2D FALSE /* FSMC attributes.*/ -#define STM32_HAS_FSMC FALSE +#define STM32_HAS_FSMC TRUE /* CRC attributes.*/ #define STM32_HAS_CRC TRUE