diff options
Diffstat (limited to 'testhal/STM32/STM32F0xx/ADC/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32F0xx/ADC/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F0xx/ADC/mcuconf.h b/testhal/STM32/STM32F0xx/ADC/mcuconf.h index 8c7d02cc8..98e71212a 100644 --- a/testhal/STM32/STM32F0xx/ADC/mcuconf.h +++ b/testhal/STM32/STM32F0xx/ADC/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_ */
|