From 2cec1789e1291f2ce1c1ebe1b942784e6767ab2b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 8 Jul 2018 14:08:25 +0000 Subject: Added analog watchdog functionality to STM32 ADCv2 driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12149 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/STM32F7xx/GPT-ADC/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testhal/STM32/STM32F7xx/GPT-ADC/main.c') diff --git a/testhal/STM32/STM32F7xx/GPT-ADC/main.c b/testhal/STM32/STM32F7xx/GPT-ADC/main.c index 031b32f06..92a7da91c 100644 --- a/testhal/STM32/STM32F7xx/GPT-ADC/main.c +++ b/testhal/STM32/STM32F7xx/GPT-ADC/main.c @@ -103,6 +103,8 @@ static const ADCConversionGroup adcgrpcfg1 = { ADC_SMPR1_SMP_SENSOR(ADC_SAMPLE_144) | ADC_SMPR1_SMP_VREF(ADC_SAMPLE_144), /* SMPR1 */ 0, /* SMPR2 */ + 0, /* HTR */ + 0, /* LTR */ 0, /* SQR1 */ 0, /* SQR2 */ ADC_SQR3_SQ2_N(ADC_CHANNEL_SENSOR) | -- cgit v1.2.3