diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-03 16:09:32 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-03 16:09:32 +0000 |
commit | 520d59b94e189df3f63672ed2eb50df7068ecedf (patch) | |
tree | 0d56d0ed4b8942de91a5fd03a6f30e47cd8fe1f0 /testhal/STM32 | |
parent | 6ce4578e8dd5a8f7c02b26b08765fac197291528 (diff) | |
download | ChibiOS-520d59b94e189df3f63672ed2eb50df7068ecedf.tar.gz ChibiOS-520d59b94e189df3f63672ed2eb50df7068ecedf.tar.bz2 ChibiOS-520d59b94e189df3f63672ed2eb50df7068ecedf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8562 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F3xx/WDG/mcuconf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testhal/STM32/STM32F3xx/WDG/mcuconf.h b/testhal/STM32/STM32F3xx/WDG/mcuconf.h index 647dec1fe..304b82a90 100644 --- a/testhal/STM32/STM32F3xx/WDG/mcuconf.h +++ b/testhal/STM32/STM32F3xx/WDG/mcuconf.h @@ -238,9 +238,4 @@ */
#define STM32_WDG_USE_IWDG TRUE
-/*
- * WDG driver system settings.
- */
-#define STM32_WDG_USE_IWDG FALSE
-
#endif /* _MCUCONF_H_ */
|