diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-14 09:58:10 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-14 09:58:10 +0000 |
commit | f6e0662f00cd860f0591f87d4f9a0038bd473048 (patch) | |
tree | 84c0e48fe3f36cb9f3686d50c0de040ba424e418 | |
parent | e22b0e5613e36839b0521c5265546f9594ad4e44 (diff) | |
download | ChibiOS-f6e0662f00cd860f0591f87d4f9a0038bd473048.tar.gz ChibiOS-f6e0662f00cd860f0591f87d4f9a0038bd473048.tar.bz2 ChibiOS-f6e0662f00cd860f0591f87d4f9a0038bd473048.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9097 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | testhal/STM32/STM32L4xx/GPT-ADC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|