diff options
author | barthess <barthess@yandex.ru> | 2015-08-24 18:27:39 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-08-24 18:27:39 +0300 |
commit | 5a89061e200367ad0827cb64b11a5eed8b7958be (patch) | |
tree | fd5b15fa11de4622a5f29ea9613e504a0834b7bb /testhal | |
parent | 74065b233afc62203edcb68f281da5839dad5930 (diff) | |
download | ChibiOS-Contrib-5a89061e200367ad0827cb64b11a5eed8b7958be.tar.gz ChibiOS-Contrib-5a89061e200367ad0827cb64b11a5eed8b7958be.tar.bz2 ChibiOS-Contrib-5a89061e200367ad0827cb64b11a5eed8b7958be.zip |
EICU. Fixed warnings in testhal.
Diffstat (limited to 'testhal')
-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 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. */
/*===========================================================================*/
|