diff options
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F30x/DAC/main.c | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/DAC/main.c | 2 |
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,
|