diff options
Diffstat (limited to 'testhal/STM32/STM32F3xx')
-rw-r--r-- | testhal/STM32/STM32F3xx/EEProm/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/EEProm/halconf.h b/testhal/STM32/STM32F3xx/EEProm/halconf.h index 53edc1b..3c5601e 100644 --- a/testhal/STM32/STM32F3xx/EEProm/halconf.h +++ b/testhal/STM32/STM32F3xx/EEProm/halconf.h @@ -167,7 +167,7 @@ * @brief Enables the WDG subsystem.
*/
#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
-#define HAL_USE_WDG TRUE
+#define HAL_USE_WDG FALSE
#endif
/*===========================================================================*/
|