diff options
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/stm32_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|