diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-14 10:14:40 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-14 10:14:40 +0000 |
commit | cb51bd404a326a278904e23eaa8ee310032a0e51 (patch) | |
tree | b3e26631d084a40c317019ee8a3d47ed76b20175 /os/hal/ports | |
parent | 99e31e028dc8da6a8c027b6c9cfb804fbb663cd7 (diff) | |
download | ChibiOS-cb51bd404a326a278904e23eaa8ee310032a0e51.tar.gz ChibiOS-cb51bd404a326a278904e23eaa8ee310032a0e51.tar.bz2 ChibiOS-cb51bd404a326a278904e23eaa8ee310032a0e51.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8887 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-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
|