diff options
author | barthess <barthess@yandex.ru> | 2016-01-24 20:42:00 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2016-01-24 20:42:00 +0300 |
commit | 2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83 (patch) | |
tree | 2918fd57c5907a1444cddcded16253b7f91f7af8 /testhal/STM32/STM32F4xx/onewire/halconf.h | |
parent | 956134d0bae1f34088b222c63d22e3ae7c9ad4cf (diff) | |
parent | 2c7dc44fad1de5ff9ce449aeaf2ff94784d7807f (diff) | |
download | ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.tar.gz ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.tar.bz2 ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.zip |
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
Diffstat (limited to 'testhal/STM32/STM32F4xx/onewire/halconf.h')
-rw-r--r-- | testhal/STM32/STM32F4xx/onewire/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/onewire/halconf.h b/testhal/STM32/STM32F4xx/onewire/halconf.h index 0ecf5be..e6ce929 100644 --- a/testhal/STM32/STM32F4xx/onewire/halconf.h +++ b/testhal/STM32/STM32F4xx/onewire/halconf.h @@ -163,6 +163,13 @@ #define HAL_USE_USB FALSE
#endif
+/**
+ * @brief Enables the WDG subsystem.
+ */
+#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
+#define HAL_USE_WDG FALSE
+#endif
+
/*===========================================================================*/
/* ADC driver related settings. */
/*===========================================================================*/
|