diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/EICU')
-rw-r--r-- | testhal/STM32/STM32F4xx/EICU/halconf_community.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/EICU/halconf_community.h b/testhal/STM32/STM32F4xx/EICU/halconf_community.h index 7d0cf5f..b6715f5 100644 --- a/testhal/STM32/STM32F4xx/EICU/halconf_community.h +++ b/testhal/STM32/STM32F4xx/EICU/halconf_community.h @@ -27,6 +27,13 @@ /**
* @brief Enables the NAND subsystem.
*/
+#if !defined(HAL_USE_FSMC) || defined(__DOXYGEN__)
+#define HAL_USE_FSMC FALSE
+#endif
+
+/**
+ * @brief Enables the NAND subsystem.
+ */
#if !defined(HAL_USE_NAND) || defined(__DOXYGEN__)
#define HAL_USE_NAND FALSE
#endif
|