From 6ce4578e8dd5a8f7c02b26b08765fac197291528 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 Dec 2015 15:38:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8561 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F3xx/DAC/mcuconf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testhal/STM32/STM32F3xx/DAC/mcuconf.h') diff --git a/testhal/STM32/STM32F3xx/DAC/mcuconf.h b/testhal/STM32/STM32F3xx/DAC/mcuconf.h index 18412235e..9e74a5da1 100644 --- a/testhal/STM32/STM32F3xx/DAC/mcuconf.h +++ b/testhal/STM32/STM32F3xx/DAC/mcuconf.h @@ -233,4 +233,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_ */ -- cgit v1.2.3