From 3ef88384a3497556c5b55d82942537593e7a09f1 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 10 Aug 2015 09:54:07 +0000 Subject: Fixwd typos. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8202 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F30x/DAC/main.c | 2 +- testhal/STM32/STM32F4xx/DAC/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32') diff --git a/testhal/STM32/STM32F30x/DAC/main.c b/testhal/STM32/STM32F30x/DAC/main.c index 99d70a77c..ca2410a93 100644 --- a/testhal/STM32/STM32F30x/DAC/main.c +++ b/testhal/STM32/STM32F30x/DAC/main.c @@ -100,7 +100,7 @@ static const DACConversionGroup dacgrpcfg1 = { }; /* - * GPT2 configuration. + * GPT6 configuration. */ static const GPTConfig gpt6cfg1 = { frequency: 1000000U, diff --git a/testhal/STM32/STM32F4xx/DAC/main.c b/testhal/STM32/STM32F4xx/DAC/main.c index 08b3faf24..67049ff37 100644 --- a/testhal/STM32/STM32F4xx/DAC/main.c +++ b/testhal/STM32/STM32F4xx/DAC/main.c @@ -100,7 +100,7 @@ static const DACConversionGroup dacgrpcfg1 = { }; /* - * GPT2 configuration. + * GPT6 configuration. */ static const GPTConfig gpt6cfg1 = { frequency: 1000000U, -- cgit v1.2.3