diff options
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F3xx/COMP/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = {
|