From 8b7e318d784ff0c724c3564dc4313ba14061223e Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Tue, 7 Feb 2017 15:46:43 +0100 Subject: [Comp] Adding more defines --- testhal/STM32/STM32F3xx/COMP/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F3xx/COMP') diff --git a/testhal/STM32/STM32F3xx/COMP/main.c b/testhal/STM32/STM32F3xx/COMP/main.c index 06b35d3..eb1e1c0 100644 --- a/testhal/STM32/STM32F3xx/COMP/main.c +++ b/testhal/STM32/STM32F3xx/COMP/main.c @@ -34,7 +34,7 @@ void comp4_cb(COMPDriver *comp) { static const COMPConfig comp2_conf = { COMP_OUTPUT_NORMAL, comp2_cb, - STM32_COMP_InvertingInput_VREFINT // CSR + STM32_COMP_InvertingInput_VREFINT || STM32_COMP_Hysteresis_High // CSR }; static const COMPConfig comp4_conf = { -- cgit v1.2.3