aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/EICU
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-08-24 18:27:39 +0300
committerbarthess <barthess@yandex.ru>2015-08-24 18:27:39 +0300
commit5a89061e200367ad0827cb64b11a5eed8b7958be (patch)
treefd5b15fa11de4622a5f29ea9613e504a0834b7bb /testhal/STM32/STM32F4xx/EICU
parent74065b233afc62203edcb68f281da5839dad5930 (diff)
downloadChibiOS-Contrib-5a89061e200367ad0827cb64b11a5eed8b7958be.tar.gz
ChibiOS-Contrib-5a89061e200367ad0827cb64b11a5eed8b7958be.tar.bz2
ChibiOS-Contrib-5a89061e200367ad0827cb64b11a5eed8b7958be.zip
EICU. Fixed warnings in testhal.
Diffstat (limited to 'testhal/STM32/STM32F4xx/EICU')
-rw-r--r--testhal/STM32/STM32F4xx/EICU/halconf_community.h7
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 70856e8..7d0cf5f 100644
--- a/testhal/STM32/STM32F4xx/EICU/halconf_community.h
+++ b/testhal/STM32/STM32F4xx/EICU/halconf_community.h
@@ -45,6 +45,13 @@
#define HAL_USE_EICU TRUE
#endif
+/**
+ * @brief Enables the CRC subsystem.
+ */
+#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__)
+#define HAL_USE_CRC FALSE
+#endif
+
/*===========================================================================*/
/* FSMCNAND driver related settings. */
/*===========================================================================*/