diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2017-02-06 13:32:36 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2017-02-06 13:32:36 +0100 |
commit | 11e949d81b4d0f3b94763eb0b29b713bd1e83ae1 (patch) | |
tree | 131d317cdc434a93ae7c19532c09535e683e976d /testhal | |
parent | c09968f96720fda7ee07512615e33a17e9dd5e39 (diff) | |
download | ChibiOS-Contrib-11e949d81b4d0f3b94763eb0b29b713bd1e83ae1.tar.gz ChibiOS-Contrib-11e949d81b4d0f3b94763eb0b29b713bd1e83ae1.tar.bz2 ChibiOS-Contrib-11e949d81b4d0f3b94763eb0b29b713bd1e83ae1.zip |
[Timcap/Eeprom] Removing ch.h dependencies.
Diffstat (limited to 'testhal')
-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
/*===========================================================================*/
|