aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-10 09:54:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-10 09:54:07 +0000
commit3ef88384a3497556c5b55d82942537593e7a09f1 (patch)
tree90d40e91b59de7a61c2f946a4313c992550c8a7b /testhal
parent6e9319492381db0b8788728908cf235b5d829f87 (diff)
downloadChibiOS-3ef88384a3497556c5b55d82942537593e7a09f1.tar.gz
ChibiOS-3ef88384a3497556c5b55d82942537593e7a09f1.tar.bz2
ChibiOS-3ef88384a3497556c5b55d82942537593e7a09f1.zip
Fixwd typos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8202 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/STM32F30x/DAC/main.c2
-rw-r--r--testhal/STM32/STM32F4xx/DAC/main.c2
2 files changed, 2 insertions, 2 deletions
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,