aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/PWM-ICU
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 15:38:30 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 15:38:30 +0000
commit6ce4578e8dd5a8f7c02b26b08765fac197291528 (patch)
tree0078291b148709ed8df4d5cbde3f5c488474fc95 /testhal/STM32/STM32F3xx/PWM-ICU
parentf02349c2b1f4e17500aa37b9846b1a51a34c4f3c (diff)
downloadChibiOS-6ce4578e8dd5a8f7c02b26b08765fac197291528.tar.gz
ChibiOS-6ce4578e8dd5a8f7c02b26b08765fac197291528.tar.bz2
ChibiOS-6ce4578e8dd5a8f7c02b26b08765fac197291528.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8561 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/PWM-ICU')
-rw-r--r--testhal/STM32/STM32F3xx/PWM-ICU/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/PWM-ICU/mcuconf.h b/testhal/STM32/STM32F3xx/PWM-ICU/mcuconf.h
index c3fd01f36..7da84f9ec 100644
--- a/testhal/STM32/STM32F3xx/PWM-ICU/mcuconf.h
+++ b/testhal/STM32/STM32F3xx/PWM-ICU/mcuconf.h
@@ -222,4 +222,9 @@
#define STM32_USB_USB1_HP_IRQ_PRIORITY 13
#define STM32_USB_USB1_LP_IRQ_PRIORITY 14
+/*
+ * WDG driver system settings.
+ */
+#define STM32_WDG_USE_IWDG FALSE
+
#endif /* _MCUCONF_H_ */