From 11e949d81b4d0f3b94763eb0b29b713bd1e83ae1 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Mon, 6 Feb 2017 13:32:36 +0100 Subject: [Timcap/Eeprom] Removing ch.h dependencies. --- testhal/STM32/STM32F3xx/EEProm/halconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32') 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 /*===========================================================================*/ -- cgit v1.2.3