From a82ad63d7809bb374473d214e8b6fe534b58e0e7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 4 Dec 2015 12:39:38 +0000 Subject: Mass update of mcuconf.h, added WDG. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8565 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F0xx/UART/mcuconf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testhal/STM32/STM32F0xx/UART') diff --git a/testhal/STM32/STM32F0xx/UART/mcuconf.h b/testhal/STM32/STM32F0xx/UART/mcuconf.h index 2045c8dbd..1c5d6b6ae 100644 --- a/testhal/STM32/STM32F0xx/UART/mcuconf.h +++ b/testhal/STM32/STM32F0xx/UART/mcuconf.h @@ -192,4 +192,9 @@ #define STM32_UART_USART2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4) #define STM32_UART_DMA_ERROR_HOOK(uartp) osalSysHalt("DMA failure") +/* + * WDG driver system settings. + */ +#define STM32_WDG_USE_IWDG FALSE + #endif /* _MCUCONF_H_ */ -- cgit v1.2.3