diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/onewire')
-rw-r--r-- | testhal/STM32/STM32F4xx/onewire/halconf_community.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/onewire/halconf_community.h b/testhal/STM32/STM32F4xx/onewire/halconf_community.h index e5ac5e9..7f64b2b 100644 --- a/testhal/STM32/STM32F4xx/onewire/halconf_community.h +++ b/testhal/STM32/STM32F4xx/onewire/halconf_community.h @@ -61,13 +61,18 @@ /*===========================================================================*/
/* 1-wire driver related settings. */
/*===========================================================================*/
-
/**
- * @brief Enables strong pull up support.
+ * @brief Enables strong pull up feature.
* @note Disabling this option saves both code and data space.
*/
#define ONEWIRE_USE_STRONG_PULLUP FALSE
+/**
+ * @brief Enables search ROM feature.
+ * @note Disabling this option saves both code and data space.
+ */
+#define ONEWIRE_USE_SEARCH_ROM TRUE
+
#endif /* _HALCONF_COMMUNITY_H_ */
/** @} */
|