aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/onewire
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-08-24 16:26:22 +0300
committerbarthess <barthess@yandex.ru>2015-08-24 16:26:22 +0300
commit74065b233afc62203edcb68f281da5839dad5930 (patch)
tree7c9464bbacf5c5d429069396f47799164a48f01b /testhal/STM32/STM32F4xx/onewire
parentc7b566b9e0c376e4caacacb2e68b072a77b42deb (diff)
downloadChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.tar.gz
ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.tar.bz2
ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.zip
Fixed rest of paths in build scripts.
Diffstat (limited to 'testhal/STM32/STM32F4xx/onewire')
-rw-r--r--testhal/STM32/STM32F4xx/onewire/halconf_community.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/onewire/halconf_community.h b/testhal/STM32/STM32F4xx/onewire/halconf_community.h
index e90257b..f106d57 100644
--- a/testhal/STM32/STM32F4xx/onewire/halconf_community.h
+++ b/testhal/STM32/STM32F4xx/onewire/halconf_community.h
@@ -45,6 +45,14 @@
#define HAL_USE_EICU FALSE
#endif
+/**
+ * @brief Enables the community subsystem.
+ */
+#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__)
+#define HAL_USE_CRC FALSE
+#endif
+
+
/*===========================================================================*/
/* FSMCNAND driver related settings. */
/*===========================================================================*/