From f6e0662f00cd860f0591f87d4f9a0038bd473048 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 14 Mar 2016 09:58:10 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9097 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32L4xx/GPT-ADC/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/main.c b/testhal/STM32/STM32L4xx/GPT-ADC/main.c index 790fc50f5..859d9732b 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/main.c +++ b/testhal/STM32/STM32L4xx/GPT-ADC/main.c @@ -147,7 +147,7 @@ int main(void) { /* * Starts an ADC continuous conversion triggered with a period of - * 1/10000 second. + * 1/1000000 second. */ adcStartConversion(&ADCD1, &adcgrpcfg1, samples1, ADC_GRP1_BUF_DEPTH); gptStartContinuous(&GPTD4, 100);