aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_NAND
diff options
context:
space:
mode:
authorKonstantin Oblaukhov <oblaukhov.konstantin@gmail.com>2018-09-24 20:33:31 +0700
committerKonstantin Oblaukhov <oblaukhov.konstantin@gmail.com>2018-09-24 20:33:31 +0700
commit6f018973caa979897d4c932222b53e705113b612 (patch)
tree3b42ac586b21ea36c3e5af49edff0d1e357502ea /testhal/STM32/STM32F4xx/FSMC_NAND
parent933415a3b951a2be552db7e7f30249eee4ed3f64 (diff)
downloadChibiOS-Contrib-6f018973caa979897d4c932222b53e705113b612.tar.gz
ChibiOS-Contrib-6f018973caa979897d4c932222b53e705113b612.tar.bz2
ChibiOS-Contrib-6f018973caa979897d4c932222b53e705113b612.zip
Various tests and demos fixes.
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_NAND')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm_adc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm_adc.c b/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm_adc.c
index 2c2e1db..431d959 100644
--- a/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm_adc.c
+++ b/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm_adc.c
@@ -57,6 +57,8 @@ static const ADCConversionGroup adccg = {
ADC_SMPR1_SMP_AN14(ADC_SAMPLE_3) |
ADC_SMPR1_SMP_AN15(ADC_SAMPLE_3),
0, /* SMPR2 */
+ 0,
+ 0,
ADC_SQR1_NUM_CH(ADC_NUM_CHANNELS),
0,
ADC_SQR3_SQ6_N(ADC_AN33_2) |